-
Notifications
You must be signed in to change notification settings - Fork 7
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
Multi-File-Input Dateianzahl konfigurierbar #1128
Comments
Das Thema blockiert den EOZF Release (16.01.) und muss daher priorisiert behandelt werden |
Schätzung wird Montag nachgeholt |
Hey team! Please add your planning poker estimate with Zenhub @darenegade @dominikhorn93 @lehju @lmoesle @simonhir @StephanStrehlerCGI @zambrovski |
@lehju Hier ist das interne Ticket zu dem https://git.muenchen.de/digitalisierung/digiwf-support/-/issues/364 |
Doku: Es wurde im Daily abgestimmt, dass wenn man hier eh schon dran ist, auch gleich das Accept Problem lösen könnte |
* #1128: add maxFiles, maxFileSize, maxTotalSize and accept * #1128: adjust de FormFields.ts * Update digiwf-apps/packages/components/digiwf-form-builder-settings/src/de/FormFields.ts Co-authored-by: darenegade <[email protected]> * Update digiwf-apps/packages/components/digiwf-form-builder-settings/src/en/FormFields.ts Co-authored-by: darenegade <[email protected]> * Update digiwf-apps/packages/components/digiwf-form-builder-settings/src/en/FormFields.ts Co-authored-by: darenegade <[email protected]> * Update digiwf-apps/packages/components/digiwf-form-builder-settings/src/en/FormFields.ts Co-authored-by: darenegade <[email protected]> * Update digiwf-apps/packages/components/digiwf-form-builder-settings/src/en/FormFields.ts Co-authored-by: darenegade <[email protected]> * Update digiwf-apps/packages/components/digiwf-multi-file-input/src/components/DwfMultiFileInput.vue Co-authored-by: darenegade <[email protected]> * Update digiwf-apps/packages/components/digiwf-multi-file-input/src/components/DwfMultiFileInput.vue Co-authored-by: darenegade <[email protected]> * #1128: add hint --------- Co-authored-by: darenegade <[email protected]>
Is your feature request related to a problem? Please describe.
Aktuell ist die Dateianzahl beim Mulit-File-Input auf 10 fest beschränkt. Dies ist sehr unflexibel in beide Richtungen, da es vorkommen kann, dass fachlich weniger Dateien sinnvoll sind oder ein Limit von 15, 20, 30 notwendig ist.
Describe the solution you'd like
Das Limit soll per X-Property im JSON-Schema einstellbar sein. Und CoCreation soll der Wert gesetzt werden können.
Für die Rückwärtskompatibilität muss der der Komponente der Wert 10 gesetzt werden, wenn die Property leer/n.v. ist.
In dem Zusammenhang kann auch gleich #224 gelöst werden:
Describe alternatives you've considered
Aufteilen auf mehrere Inputs -> Nicht immer möglich, da beispielsweise die Dateien auch von extern kommen können. z.B. CIT
Acceptance Criteria
Additional context
https://git.muenchen.de/digitalisierung/digiwf-support/-/issues/421
https://git.muenchen.de/digitalisierung/digiwf-support/-/issues/364
The text was updated successfully, but these errors were encountered: