asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Clone record #42

Closed dmnobunaga closed 7 years ago

dmnobunaga commented 7 years ago

How to implement in Update Save as new instance button?

asifpy commented 7 years ago

Do you want to clone the same instance during update action? Did you check this custom actions after post update, where you can add your custom logic after the update action.

Can you explain in detail what you are trying to achieve.

asifpy commented 7 years ago

For now I'm going to close this issue, you can reopen the same if you have further queries.