Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION

Constraint check results on references are hidden because references are collapsed by default. Should we expand references with constraint violations to raise their visibility?

From the developer tools console, this can be done with the following command:

$( '.wikibase-referenceview .wbqc-reports-button' )
  .parents( '.wikibase-statementview-references-container' )
  .find( '.wikibase-statementview-references-heading .ui-toggler-toggle-collapsed' )
  .click()

However, I hope our real implementation, if we decide to do this, will be a bit less hacky :)


TASK DETAIL
https://phabricator.wikimedia.org/T177970

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, QZanden, Agabi10, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to