-
Notifications
You must be signed in to change notification settings - Fork 21
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
Setup Wizard: Edit public forms #2271
Comments
This has some overlap with Suggested there to adjust the config format for PublicFormConfig to be more similar and consistent with Entity Details. Maybe we should first implement those changes, so that the Admin UI discussed here in this issue can be designed for the future-proof config format then, @Abhinegi2 |
🎉 This issue has been resolved in version 3.44.0-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…2682) closes #2271 --------- Co-authored-by: Sebastian <[email protected]>
🎉 This issue has been resolved in version 3.44.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…2682) closes #2271 --------- Co-authored-by: Sebastian <[email protected]>
Public forms (e.g. https://demo.aam-digital.com/public-form/test) need a drag&drop admin interface similar to the way users can already edit the entity details view (with the
AdminEntityDetailsComponent
).From a user's perspective, the following requirements / user stories are involved:
As an admin user, I can ...
From a technical perspective, the new Admin UI feature needs to manage valid
PublicFormConfig
entities. ThePublicFormComponent
displays these and should ideally not require any changes for this Admin UI implementation. However, if you identify ways to make the config format more simple or suitable, adaptions can be discussed.Suggested implementation steps (to be adjusted & extended):
PublicFormConfig
format to use FieldGroup rather than string[]: Public Forms should support dynamic prefilled / default values #2401Create a new(may not be needed if we can rely on the EntityDetails system in a smart way)AdminPublicFormComponent
component that displays a form to edit aPublicFormConfig
objectThe text was updated successfully, but these errors were encountered: