So i have found a issue with using plumber and Umbraco Forms 7.0
First the specs:
Plumber: Latest version
Umbraco: 7.10.1
Umbraco Forms: 7.0.0
When configure the workflow of the Umbraco Form the following angular exception is trowed!
TypeError: mainTreeEventHandler.syncTree is not a function
at Object.syncTree (umbraco.services.js?cdv=1329554360:5238)
at umbraco.controllers.js?cdv=1329554360:8866
at angular.min.js?cdv=1329554360:108
at e (angular.min.js?cdv=1329554360:31)
at angular.min.js?cdv=1329554360:34
(anonymous) @ angular.min.js?cdv=1329554360:63
angular.min.js?cdv=1329554360:63 TypeError:
workflowResource.getAllWorkflowTypesWithSettings is not a function
at init (umbraco.forms.js?cdv=1329554360:2903)
at c.WorkflowTypesOverlayController (umbraco.forms.js?
cdv=1329554360:2977)
at d (angular.min.js?cdv=1329554360:28)
at Object.instantiate (angular.min.js?cdv=1329554360:28)
at angular.min.js?cdv=1329554360:53
at angular.min.js?cdv=1329554360:44
at n (angular.min.js?cdv=1329554360:7)
at k (angular.min.js?cdv=1329554360:44)
at e (angular.min.js?cdv=1329554360:40)
at angular.min.js?cdv=1329554360:39
Removing the plumber plugin makes Umbraco Forms work again. But that isn't really a possibility.
Plumber conflicts with Umbraco Forms: 7.0.0
Hi,
So i have found a issue with using plumber and Umbraco Forms 7.0
First the specs:
Plumber: Latest version Umbraco: 7.10.1 Umbraco Forms: 7.0.0
When configure the workflow of the Umbraco Form the following angular exception is trowed!
Removing the plumber plugin makes Umbraco Forms work again. But that isn't really a possibility.
Hope you guys can help me out
Install the latest version of Plumber (v0.7.8) and it will fix the issue conflicting with Umbraco Forms v7
is working on a reply...