Merge "Attribute "isServer" of images visibility filter should be true."
This commit is contained in:
commit
b12422c3f5
@ -142,7 +142,7 @@
|
|||||||
.append({
|
.append({
|
||||||
label: gettext('Visibility'),
|
label: gettext('Visibility'),
|
||||||
name: 'visibility',
|
name: 'visibility',
|
||||||
isServer: false,
|
isServer: true,
|
||||||
singleton: true,
|
singleton: true,
|
||||||
options: [
|
options: [
|
||||||
{label: gettext('Public'), key: 'public'},
|
{label: gettext('Public'), key: 'public'},
|
||||||
|
Loading…
Reference in New Issue
Block a user