Merge "Attribute "isServer" of images visibility filter should be true."

This commit is contained in:
Jenkins 2017-07-14 03:41:04 +00:00 committed by Gerrit Code Review
commit b12422c3f5

View File

@ -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'},