-
-
Notifications
You must be signed in to change notification settings - Fork 81
Replaces dialog with umb-overlay directive #86
Conversation
# Conflicts: # src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js
Thank you @dawoe! I've taken a quick glance at the changes - looks good to me. re: branches - I've re-targeted this PR to the |
Hi @leekelleher and @mattbrailsford I merged in the develop branch. Locally it builds fine. But there is something wrong with the app veyor build. But I see that happening on the latest commit on develop as well Dave |
I'll take a look at why the |
Seems to be the restoring of nuget packages |
If i'm needed will be available again tonight. Now I'm off the visit my godchild that was born yesterday evening 👶 🍼 |
@dawoe Congratulations! 🎉 🙌 👶 |
Turns out that we had an older version of NuGet.exe (v2), which is no longer supported, NuGet requires v3.2+ ... I've upgraded our solution to use NuGet.exe v4.4. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Happy to merge once the build is fixed |
Merged in latest develop branch. Now the appveyor build is working |
Merged! Thanks @dawoe 🎉 #h5yr |
Any idea when this will be released ? |
@dawoe It wont be today 😅 - I'll chat with @mattbrailsford to schedule it in. |
Any eta on the next v with this fix in it? Thanks 😄 |
Hi @TimGeyssens , You can get the nuget beta version here : https://www.myget.org/feed/umbraco-packages/package/nuget/Our.Umbraco.DocTypeGridEditor If you prefer the umbraco package you can get that here : https://ci.appveyor.com/project/UMCO/umbraco-doc-type-grid-editor/build/artifacts |
We haven't got an ETA yet, (hopefully soon - I'm juggling projects).
|
Beta is fine for now, thanks for the quick reply! |
Any breaking changes in this alpha? I tried it to see if it would fix our issue (#92) as well but if I don't make any changes, just install the package zip. The sidebar just breaks, if I choose our custom editor the screen flickers but nothing shows. This is our current config in case it helps.
|
Fixes issue #80
Uses umb-overlay directive for showing dialog instead of dialog service.
Because of this minimum Umbraco version is now 7.4