Version 1.6.2 - August 3, 2022
- Fixed: all tags including children are now shown in tag selection dropdown.
- Fixed: rename controls around enable and draft status for non-standalone to clear up confusion.
- Fixed: make empty submission text translatable on discussion.
GreXXL the entry cannot be deleted within the form's mask
"linked" forms (discussion fields and user profiles) submissions are stored identically to standalone submissions in the database, however they should not be manipulated directly. That's why I have disabled lock/delete actions. I intend to hide the submission page entirely as well, currently it's still visible only because the code is re-used for all form types. Submissions for linked forms should automatically be created and deleted as needed by the extension.
GreXXL If a field is not mandatory and is not used, would it be possible to hide it in the discussion?
I will add an option for this in the next feature release. I think I'll add the option per-field as it will give the most flexibility.
GreXXL there is "Access: CREATE ONLY", - which I don't understand
This was also a side-effect of the same UI being used for both standalone and linked forms. I have published a patch request where I updated the translations to better reflect their purpose. On linked form, it's either in draft or enabled mode. Ability to edit is controlled through the permissions. There isn't really a concept of creation vs edition for linked forms, since its existence it linked to another resource.
GreXXL Could formulaire overwrite the "Start a Discussion" button within a tag
This is not really planned. The intent is to have forms support inside of the discussion composer in a future update.
The "create discussion from standalone form" option was a bit of a hack, it was created as a client request but that's not how I originally intended the extension to be used.