-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
Create template with fields has been introduced with:
- Add template field types for the rest of the Collabora form types richdocuments#3917
- feat(templates): checkbox field type #47290
- Pass data to field depending on field type richdocuments#3919
If a new file is created based on a template with formula fields (e.g. checkboxes), just a list with toggles is shown. I use quite a lot of checkboxes for some templates. Thus, the users see long lists of toggles without knowing what to do. This is just confusing.
I didn't find a way to disable this feature (globally or template specific). I suggest to enable this feature only, if a field has a title set. Otherwise, you will never know what to enter within this request form.
Test has been done on NC 30.0.5 and Richdocuments 8.5.3, CODE 24.04.11.3
Steps to reproduce
- Create a odt file and add checkboxes to it.
- Move that odt file to the templates folder
- Create a new odt file and select the newly created template
- The request form will appear and ask to fill in the form
Expected behavior
Only fields should be shown which include a "title".
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
CC @elzody because she's working on the implementation of the original feature.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status

