Skip to content
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

Resource Action for Service Dialogs differs from WebUI Export #21

Closed
hyclak opened this issue Oct 28, 2015 · 1 comment
Closed

Resource Action for Service Dialogs differs from WebUI Export #21

hyclak opened this issue Oct 28, 2015 · 1 comment

Comments

@hyclak
Copy link
Contributor

hyclak commented Oct 28, 2015

Exporting from the WebUI replaces the resource_action_fqname string with a resource_action hash. e.g.:

@@ -273,7 +322,14 @@
         read_only: true
         auto_refresh: 
         trigger_auto_refresh: 
-        resource_action_fqname: "/Service/ServiceDialogs/DynamicTextAreaBoxes/Disclaimer"
+        resource_action:
+          action: 
+          resource_type: DialogField
+          ae_namespace: Service/ServiceDialogs
+          ae_class: DynamicTextAreaBoxes
+          ae_instance: Disclaimer
+          ae_message: 
+          ae_attributes: {}
   - description: 
     display: edit
     label: Configuration

Should the rake tasks match the UI?

@branic
Copy link
Contributor

branic commented Dec 10, 2015

This issue was fixed with PR #20

@branic branic closed this as completed Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants