jenkins-bot has submitted this change and it was merged.

Change subject: Use public not isPublic when rendering checkbox
......................................................................


Use public not isPublic when rendering checkbox

The property returned by API is 'public'
Bug: T93372

Change-Id: Ie291fec875737fff79a7fb0db0e26cf7fcf69f64
---
M resources/ext.gather.collection.editor/content.hogan
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jhernandez: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/ext.gather.collection.editor/content.hogan 
b/resources/ext.gather.collection.editor/content.hogan
index 9145a97..94a3ab4 100644
--- a/resources/ext.gather.collection.editor/content.hogan
+++ b/resources/ext.gather.collection.editor/content.hogan
@@ -7,7 +7,7 @@
                rows='2'>{{description}}</textarea>
        <div class="mw-ui-checkbox">
                <input type="checkbox" id="collection-editor-privacy"
-                       {{^isPublic}}checked{{/isPublic}}
+                       {{^public}}checked{{/public}}
                        disabled />
                <label for="collection-editor-privacy">{{privateLabel}}</label>
        </div>

-- 
To view, visit https://gerrit.wikimedia.org/r/198271
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie291fec875737fff79a7fb0db0e26cf7fcf69f64
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: Jhernandez <jhernan...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to