Problem/Motivation

The Log module provides an action to clone log entities. This can be used in a bulk action form to clone multiple logs. But it will only clone each log once.

I just had a situation where I wanted to create 10 logs from 1. I took 10 soil tests and most of the information was the same between them, so I wanted to draft 10 logs quickly and then edit each to fill in specifics. To do that, I created 1 log, then cloned that. Then I cloned those 2 logs, then those 4, and then cloned 2 more to get to 10. It would have been nice to have the option to say "create 9 clones of this log".

Proposed resolution

Add an option to the clone log action form that allows you to say "create X clones of this log".

Remaining tasks

TBD

User interface changes

Adds an option to the clone log bulk action form.

API changes

None.

Data model changes

None.

Comments

m.stenta created an issue.