diff --git a/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js b/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js index a98b00b9af..c187cf26a3 100644 --- a/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js +++ b/polygerrit-ui/app/elements/shared/gr-rest-api-interface/gr-rest-api-interface.js @@ -393,7 +393,8 @@ ListChangesOption.CURRENT_ACTIONS, ListChangesOption.CURRENT_COMMIT, ListChangesOption.DOWNLOAD_COMMANDS, - ListChangesOption.SUBMITTABLE + ListChangesOption.SUBMITTABLE, + ListChangesOption.WEB_LINKS ); return this._getChangeDetail( changeNum, options, opt_errFn, opt_cancelCondition);