To use, simply inject the dialogService into any controller that needs
it, and make sure the umbraco.services module is accesible - which it
should be by default.
But it gives me no instructions to make sure whether or not the umbraco.services module is accesible. But I assume that it is, since I can use the assetsService
Please, if anyone out there knows what's up, drop an reply!
Whomever's responsible for the Backoffice API documentation pages really should update it so it says editorService instead of dialogService to minimize further confusion!
Did you have success replacing the dialogService with either the editorService or overlayService?
I'm trying to upgrade a U7 propertyeditor to U8 and any tips would be appreciated.
Unable to inject dialogService in angular controller
Hello there,
I'm building a custom grid editor and need to use the dialogService to open up, well, a dialog, so that the user can select something.
But I can't even inject it into my angular-controller, the assetsService works, and gives me no errors.
Whilst the dialogService gives me this:
Is the dialogservice no longer in play with v8? I can still find on the API-docs: https://our.umbraco.com/apidocs/ui/#/api/umbraco.services.dialogService
On the docs it says:
But it gives me no instructions to make sure whether or not the umbraco.services module is accesible. But I assume that it is, since I can use the assetsService
Please, if anyone out there knows what's up, drop an reply!
// M
editorService
horray for the answer. But I'm none the wiser as if this is the new replacement for the dialogService.
Don't get me wrong buddy, I'm glad for your reply.But maybe next time you should try to add a couple of more letters to be a bit more informative
Whomever's responsible for the Backoffice API documentation pages really should update it so it says editorService instead of dialogService to minimize further confusion!
Did you have success replacing the dialogService with either the editorService or overlayService? I'm trying to upgrade a U7 propertyeditor to U8 and any tips would be appreciated.
Hi All,
After replacing with "editorService", other components are working But one specific plugin throwing error. Please help.
After replacing dialogService with editorService on SingleDocTypeMultiNodeTreePicker.js file I am getting error
Thanks, Bishwajit
is working on a reply...