-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The extension no longer works after the upgrade of Page Forms from 5.2.1 to 5.4. #89
Comments
This is probably caused by PF using OOUI for some input types sind PF 5.3. We are currently working on a fix for this issue. Stay tuned. |
Great! Thank you very much. |
We have just released a version containing a fix (https://github.com/SemanticMediaWiki/SemanticFormsSelect/releases/tag/4.0.0-beta). Would you please try if this works for you? |
Sorry, it doesn't work in my case. But maybe it's the fault of my specific request which targets sub-objects. Maybe I need to create another bug report. Here is an extract from the code of my form (I have "englishified " the names of the categories and properties for a better readability):
The "property" field remains empty when a value is chosen in the "class" field. However, the following query brings back many results:
When you remove the "((-Has subobject::@@@@))" part in the "property" field of the form, this "property" combobox field displays all possible values for "property" but of course, that's not what we expect, is it? |
Just a quick thought: did you try ((-Has subobject::Class:@@@@)) adding the Class namespace you are using in the #ask example. |
Thanks for the idea. It doesn't change anything unfortunately. To be sure, I tried a more conventional example (without a query for subobjects). No more results:
In the Restaurant form: I tried without the combobox input type for the country field (it can be temperamental sometimes). No success either. Again, if I remove the "((Country::@@@@))" part, I get a list of all possible city values. But that is not the point here. |
Can you try
|
Error messages in the debugging console? |
What about using a dropdown instead of a combobox for the country? |
No effect. There is a need to put "values from property=Country" rather than "property=Country" for the values to be visible. |
In any case, thank you very much for your action and help. Good luck for the next step! |
Sorry, but this bug is still open according to my observations. |
Setup
Issue
The extension no longer works after the upgrade of Page Forms from 5.2.1 to 5.4. The SF_Select field remains blank.
The text was updated successfully, but these errors were encountered: