Trackers; Avoiding silent duplication of "children" items when duplicating a single item
- Status
- Closed
- Subject
- Trackers; Avoiding silent duplication of "children" items when duplicating a single item
- Version
- 24.x
25.x - Category
- Bug
- Support request
- Feature
- Trackers
- Resolution status
- Fixed or Solved
- Submitted by
- Bernard Sfez / Tiki Specialist
- Keep informed
- Victor Emanouilov
- Lastmod by
- Bernard Sfez / Tiki Specialist
- Rating
- Description
Note that the "Clone tracker items" option name has been changed for "Duplicate tracker items" in Tiki25.
On tracker control panel it is possible to enable the option "Duplicate tracker items (Allow copying tracker item information to a new tracker item. ) "
When duplicating an item, if this item is used in another tracker through an item link the "children" items will be duplicate too. Victor ? ported to my attention that this code/feature is here since 2012.
While it was added 10 years ago and trackers or tracker usage complexity has greatly improved and changed, other people may be using it this feature as is. (so it need to be preserved)
The code is shared and used by the clone_tracker_item of the pluginListExecute.I see several issues;
- This is transparent and the user is not aware of this silent multiplication of items .
- Some information are not added to the duplication (like the category)
- Fields with automatic value assignment may received an unwanted (or unexpected) value. (user-selector creator or last editor will be filled automatically).
Here an video to illustrate the issue;On tracker A I have a product.
On tracker B I have 12 orders with an item link to the products in the tracker A.After I duplicate a single product in tracker A, it will create also a duplicate for each item it is link to so now I have 24 new product items and as the tracker use a user selector field set to creator, admin is now the value of the field.
Duplicate Trackeritem Create Children
To answer the problem we need to discuss and have a consensus.
- We need a new option for the user to select if only the targeted item should be duplicated (new behaviour) or if the targeted items + all children should be duplicated (as it is today).
-- Where the option selection should be set ?- Option1: As it is related to the Duplicate tracker items it should be a child preference of the option on the control panel : tiki-admin.php?page=trackers but then it will be trackers wide
- Option2: As it related to the item-link field, an option to allow duplication if parent item is duplicated. This will allow to have some tracker behaving one way and other trackers the other way.
- Option3: When duplicating an item a check if children exist and if yes a modal/option/selection screen with a checkbox: "Do you want to duplicate also this item children" (y/n checkbox)
- What should be the default ?
- The clone action in the plugin ListExecute ?- Solution
Reminder: This code/feature is here since 2012 so people may use it as is.
- I added some documentation to
- Importance
- 5
- Easy to solve?
- 5
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 8169
- Created
- Friday 05 August, 2022 14:13:18 UTC
by Bernard Sfez / Tiki Specialist - LastModif
- Saturday 11 February, 2023 19:49:01 UTC