Lucas_Werkmeister_WMDE added a comment.
In T227003#5444836 <https://phabricator.wikimedia.org/T227003#5444836>, @Pablo-WMDE wrote: > TODO: verify how much there is left to do once T226999: Save Wikidata edit when submitting client edit modal <https://phabricator.wikimedia.org/T226999> is completed... As of T230336 <https://phabricator.wikimedia.org/T230336>, `ForeignApiWritingRepository` supports a `tags` parameter, but it’s not initialized in `createServices`: services.setWritingEntityRepository( new ForeignApiWritingRepository( new mwWindow.mw.ForeignApi( `${repoConfig.url}${repoConfig.scriptPath}/api.php`, ), mwWindow.mw.config.get( 'wgUserName' ), // TODO tags from some config ) ); So as I see it, the following things are left to do: - create a (server-side) config setting in Wikibase for the tag(s) - embed that config variable in the client - use it (client-side) to initialize the repository - configure it in beta / production TASK DETAIL https://phabricator.wikimedia.org/T227003 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Pablo-WMDE, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
