Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
4e50f2b7
Commit
4e50f2b7
authored
Apr 02, 2015
by
Joas Schilling
Browse files
Fix the initial list of groups
parent
1720fdf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/js/apps.js
View file @
4e50f2b7
...
...
@@ -132,7 +132,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
page
.
find
(
"
label[for='groups_enable-
"
+
app
.
id
+
"
']
"
).
hide
();
page
.
find
(
"
.groups-enable
"
).
attr
(
'
checked
'
,
null
);
}
else
{
page
.
find
(
'
#group_select
'
).
val
((
app
.
groups
||
[]).
join
(
'
,
'
));
page
.
find
(
'
#group_select
'
).
val
((
app
.
groups
||
[]).
join
(
'
|
'
));
if
(
app
.
active
)
{
if
(
app
.
groups
.
length
)
{
OC
.
Settings
.
Apps
.
setupGroupsSelect
(
page
.
find
(
'
#group_select
'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment