You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @buffy999, this part of userforms uses a third party plugin to allow faster data entry. Perhaps you're experiencing this issue? symbiote/silverstripe-gridfieldextensions#246 You could check in your browser console and let us know if there are any error messages
@buffy999 are you still experiencing this issue? The similar problems we've seen lately have resulted in third party modules rather than userforms or gridfieldextensions themselves. Can you please provide the full output of composer show from the command line in your project?
@robbieaverill, this issue has been resolved now as it was the resources folder in the public folder that the vendors files were missing, so i have updated all the files using "composer vendor-expose", that resolved the 'Add' button for options fields in the Options tab for those three dropdown, checkbox, and radio fields and as well for other issues i had related to this issue: silverstripe/silverstripe-blog#531
Not sure if others have come across this issue.
Trying to select the 'Add' button for options fields in the Options tab for those three dropdown, checkbox, and radio fields.
I'm using the latest version for UserForm master module and SS4.1.0 version.
From what i can see in the view source code, the 'Add' button it shows missing url in the href:
Is there other way to hack to add the option fields temporary for now until this gets fixed?
The text was updated successfully, but these errors were encountered: