-
-
Notifications
You must be signed in to change notification settings - Fork 82
Development changes for clone action #908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
m4dcoder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The destination pack drop down box doesn't work right. If I applied an actions filter, select an action, and then click clone, there's no list in the drop down box I can select from.
|
@pradnya-orchestral Also, if a destination action already exists and I did not click overwrite, the clone action fails but then doesn't tell me what the problem is. Instead there's just a quick popup on the bottom that says to go to the developers' console. Can we post the error in the popup instead of asking me to go to the developer console? |
… showing error message on pop-up box
|
@pradnya-orchestral This is still not working right.
|
m4dcoder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pradnya-orchestral There is a regression on the action/workflow delete button. I cannot check the remove files checkbox. If I test this on master, this issue doesn't exist. Please fix.
Added HTML code for pop-up box which will open once click on Clone button. On pop-up box for destination pack name there is dropdown, where I am showing list of all destination packs except source pack name. By default first name from list will be shown selected in dropdown. Once user select destination pack name and enter destination action name, on submit button I am calling clone API.