spina-admin-conferences 1.3.9 → 1.3.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36fb99cebe29eb7c87ade649d55edb3de239e7f9c6394ffb9f566a3c72102f81
|
4
|
+
data.tar.gz: 869aa43467a8accd77e2746e7c1f9747bf3cc5fb2915da3388c3f126420d4a7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28095530192cf6a10caf09f4d0e98f7c47354f3d2fe8fc0aae26b65bc8d488bebb76b0b89a0bde1b1867a63180da553e990e8043faa123c78d7e3da5c34258c5
|
7
|
+
data.tar.gz: 6f5848cde2cbc5023166384ddb6e24fc0ecccf22bdf5d81eba74fb7a516c5b658d6ac8865a400ca8226120723bfdf6b65f6887492e24cc980835207a384608ea
|
@@ -15,7 +15,7 @@
|
|
15
15
|
.horizontal-form-group
|
16
16
|
.horizontal-form-label= Spina::Admin::Conferences::Session.human_attribute_name :room
|
17
17
|
.horizontal-form-content
|
18
|
-
.input-group{ data: { controller: 'select-options', 'spina--admin--conferences--select_options': { record_value: @institutions } } }
|
18
|
+
.input-group{ data: { controller: 'spina--admin--conferences--select-options', 'spina--admin--conferences--select_options': { record_value: @institutions } } }
|
19
19
|
.select-dropdown= select_tag :admin_conferences_institution_id, options_from_collection_for_select(Spina::Admin::Conferences::Institution.all, :id, :name, (@session.institution.id unless @session.institution.blank?)), include_blank: true, required: true, data: { action: 'spina--admin--conferences--select-options#setVisibility','spina--admin--conferences--select_options_target': 'select', text_key: 'name' }
|
20
20
|
.select-dropdown= f.collection_select :room_id, @session.institution.present? ? @session.institution.rooms : Spina::Admin::Conferences::Institution.first.rooms, :id, :name, { include_blank: true }, required: true, data: {'spina--admin--conferences--select_options_target': 'select', text_key: 'name', key_path: 'rooms' }
|
21
21
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spina-admin-conferences
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Malčić
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03
|
11
|
+
date: 2021-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: icalendar
|