equinor / witsml-explorer

Witsml Explorer data management tool.
Apache License 2.0
48 stars 50 forks source link

Log/Object Duplication #2486

Closed eliasbruvik closed 1 month ago

eliasbruvik commented 5 months ago

As a user it would be nice to have the ability to click "Duplicate Log" on a log. This should open a modal where you can choose to edit the name of the log duplicate. The name should default to "\<LogName> copy".

Duplicating an object should work similar to how we currently copy objects, but it should be pasted into the same wellbore with a new uid and name. The original object should not be changed.

The duplication should primarily be available for logs, but as the copy-jobs are somewhat generic, it could also be implemented for all ObjectOnWellbore objects.

eliasbruvik commented 1 month ago

Already implemented