| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| _createQualifiersListview in statementview not just in edit mode | mediawiki/extensions/Wikibase | master | +6 -7 |
Details
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Declined | Lydia_Pintscher | T93762 Authority Control gadget tracking bug | |||
| Resolved | aude | T91408 Values in qualifiers and references not linked by AuthorityControl Gadget | |||
| Resolved | aude | T92378 Investigate how to proper fix AC Gadget for qualifiers and references |
Event Timeline
Change 193565 had a related patch set uploaded (by Tobias Gritschacher):
_createQualifiersListview in statementview not just in edit mode
Change 193565 abandoned by Aude:
_createQualifiersListview in statementview not just in edit mode
Reason:
i don't think we want to do this and need to fix authority control some other way
https://gerrit.wikimedia.org/r/#/c/189018/ is what has caused the gadget to completely break again. gadget needs to be adjusted for that.
https://www.wikidata.org/w/index.php?title=User%3AAude%2Fauthority.js&diff=206460066&oldid=200607234 are the changes needed when we deploy new code
linking identifiers in references and qualifiers no longer depends on those js widgets being initialized, which no longer will be the case on page view. this works okay for any values of a string type, but not yet for coordinates.
updated the gadget on test.wikidata, as well as beta:
https://test.wikidata.org/wiki/Q1024
https://test.wikidata.org/wiki/MediaWiki:Gadget-AuthorityControl.js
various other issues still remain and have created T93762 tracking bug for those.