From: Tomas Sedovic <[email protected]>

https://bugzilla.redhat.com/show_bug.cgi?id=640257

Previously, pressing the Reset button saved the entered input instead of
resetting the previous values.
---
 src/app/views/provider/accounts.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/provider/accounts.haml 
b/src/app/views/provider/accounts.haml
index 8a8c36a..3efee3d 100644
--- a/src/app/views/provider/accounts.haml
+++ b/src/app/views/provider/accounts.haml
@@ -63,7 +63,7 @@
           %a.button{ :href => remove_path, :name => "remove_acc_#{acct.id}", 
:class => "tiny #{'disabled' unless remove_path}" }
             = t(:remove)
       %fieldset.clearfix.gap
-        = submit_tag t(:reset), :name => 'reset_form', :class => 
"dialogbutton" unless @provider.cloud_accounts.empty?
+        = link_to t(:reset), {:controller => 'provider', :action => 
'accounts', :id => @provider.id}, :class => "button dialogbutton" unless 
@provider.cloud_accounts.empty?
         = submit_tag t(:save), :name => 'update_cloud_accounts', :class => 
"dialogbutton" unless @provider.cloud_accounts.empty?
 
   %h2
-- 
1.7.2.3

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to