Created attachment 1351538 [details] buggy_behavior.gif Description of problem: Bug is about Automate method. Pretty simple behavior: you have to click twice on `copy` button to display flash msg, but changes will save even after first click. Version-Release number of selected component (if applicable): 5.9.0.7.20171107212356_ed87902 How reproducible: 100% Steps to Reproduce: 1. Navigate to Automation -> Automate -> Explorer 2. Create test domain and add namespace, class and instance to it 3. Now goto ManageIQ / Cloud / VM / Retirement / Email / vm_retire_extend (Now you are on vm_retire_extend details page) 4. Select 'Copy this method' from toolbar 5. We are trying to copy 'vm_retire_extend' method to test domain (of step2) 6. Hit once on `Copy` button of paginator pane You won't notice effect showing on first click while method has been copied, but flash msg will only be been shown after the second click. Actual results: Have to click twice, works only with first click but won't show result Expected results: Should show result on first click only Additional info: Attached GIF contains steps