Skip to content

Conversation

heartacker
Copy link
Contributor

No description provided.

@heartacker
Copy link
Contributor Author

PixPin_2025-07-30_11-20-28

@heartacker heartacker force-pushed the heartacker/issue1632 branch 4 times, most recently from 2859641 to 9d70904 Compare July 30, 2025 06:57
@goran-w
Copy link
Contributor

goran-w commented Aug 4, 2025

NOTE: A similar request (for a way to Clone a Custom Action) was recently brought up in this Discussion: #1479

@goran-w
Copy link
Contributor

goran-w commented Sep 4, 2025

@love-linger, @heartacker - This is an excellent (and very simple / straight-forward) feature which deserves merging ASAP.

However, it's so great that we should have the same feature for Issue Tracker rules (and Commit Template items) as well! 😉

{
var act = new CustomAction(baseAct)
{
Name = baseAct.Name + "(Duplicated)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest something like this (to match Windows Explorer behaviour), but use localizable string "{0} - Copy":

Suggested change
Name = baseAct.Name + "(Duplicated)"
Name = baseAct.Name + " - Copy"


var action = new Models.CustomAction(SelectedCustomAction)
{
Name = SelectedCustomAction.Name + "(Duplicated)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

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.

3 participants