Skip to content
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

Adding 'copy' action to the resource template browser. #1501

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

fukuchi
Copy link
Contributor

@fukuchi fukuchi commented Jan 15, 2020

This patch allows the user to copy an existing resource template.

Use case:
Imagine you have some resource templates and now are going to create a new one. Typically your templates may share some properties - 'author', 'containedIn', 'dateCreated', etc, etc. Some of them may be private and/or mandatory. Creating a new template from scratch is annoying and often causes human errors. Export-and-Import could solve the problem, but not smart.

How to use it:
You'll see copy icons beside edit icons in the resource template list as following:
Screenshot from 2020-01-16 02-31-22

Click the icon and you'll be directed to the form of the new template that is copied from the original template.

Note:
This patch does not provide any API for copying action. IMHO, in the case of API-based operation, GET-and-POST is enough for typical use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant