ProfessionalWiki / AutomatedValues

Wikibase extension that allows defining rules to automatically set labels or aliases based on Statement values
https://wikibase.consulting/automating-values-in-wikibase
GNU General Public License v2.0
6 stars 3 forks source link

Cannot edit data after specifying the rules #25

Closed QuentinJanuel closed 1 year ago

QuentinJanuel commented 1 year ago

Hi,

I installed this extension and tried to reproduce the example from the video. I first created the following items and properties: data-before-rules someone-data-before-rules And I made the following rule: rules But then when I try to edit the Someone's statements to generate the automatic label, I get the following error: cant-edit

("P1/instance of" is of type "Item", and "P2/First name" and "P3/Last name" are of type "String")

JeroenDeDauw commented 1 year ago

Versions of PHP, MW, WB and the extension? Link to the wiki? Detailed error message?

QuentinJanuel commented 1 year ago

Sorry, here are the versions: PHP: 8.0.27 (apache2handler) MW: 1.38.5 WB: 1.38

I just realised AutomatedValues is not compatible with WB 1.38 so I will try with an older version of WB

Also I have no idea how to get a detailed error message sorry

QuentinJanuel commented 1 year ago

It does work with WB1.37 and also with your compatibility fix, sorry again