-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Template field workflow #46383
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elzody
added
enhancement
2. developing
Work in progress
feature: workflows
javascript
php
Pull requests that update Php code
feature: templates
30-feedback
🍂 2024-Autumn
labels
Jul 9, 2024
juliusknorr
reviewed
Jul 10, 2024
elzody
force-pushed
the
feat/template-fields
branch
from
July 10, 2024 20:28
d1947c3
to
adcf17e
Compare
juliusknorr
reviewed
Jul 12, 2024
elzody
force-pushed
the
feat/template-fields
branch
from
July 16, 2024 17:29
f8611eb
to
f33362b
Compare
elzody
force-pushed
the
feat/template-fields
branch
from
July 24, 2024 23:29
78b8446
to
01927ed
Compare
Merged
juliusknorr
changed the title
feat: Template PDF workflow
feat: Template field workflow
Jul 25, 2024
juliusknorr
force-pushed
the
feat/template-fields
branch
from
July 25, 2024 06:22
4fabb37
to
0cc86db
Compare
juliusknorr
force-pushed
the
feat/template-fields
branch
from
July 25, 2024 06:36
0cc86db
to
31d8518
Compare
/compile |
juliusknorr
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
Jul 25, 2024
juliusknorr
approved these changes
Jul 25, 2024
juliusknorr
added
the
pending documentation
This pull request needs an associated documentation update
label
Jul 25, 2024
Would be really preferable 🙏 |
skjnldsv
reviewed
Jul 25, 2024
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
juliusknorr
force-pushed
the
feat/template-fields
branch
from
July 25, 2024 09:11
4d532dd
to
b749a89
Compare
skjnldsv
approved these changes
Jul 25, 2024
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
juliusknorr
added
4. to release
Ready to be released and/or waiting for tests to finish
and removed
3. to review
Waiting for reviews
labels
Jul 25, 2024
blizzz
approved these changes
Jul 25, 2024
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4. to release
Ready to be released and/or waiting for tests to finish
30-feedback
enhancement
feature: templates
feature: workflows
javascript
pending documentation
This pull request needs an associated documentation update
php
Pull requests that update Php code
🍂 2024-Autumn
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces the server API and front end changes for filling out template form controls before creating a document based on a template which has fields. If a template doesn't have fields, it will continue like the normal process before.
TODO
Checklist