We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
This issue was fixed with PR #20
Sorry, something went wrong.
No branches or pull requests
Exporting from the WebUI replaces the resource_action_fqname string with a resource_action hash. e.g.:
Should the rake tasks match the UI?
The text was updated successfully, but these errors were encountered: