Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Replaces dialog with umb-overlay directive #86

Merged
merged 6 commits into from
Jan 26, 2018

Conversation

dawoe
Copy link

@dawoe dawoe commented Jan 25, 2018

Fixes issue #80

Uses umb-overlay directive for showing dialog instead of dialog service.
Because of this minimum Umbraco version is now 7.4

@leekelleher leekelleher self-assigned this Jan 25, 2018
@leekelleher leekelleher changed the base branch from master to develop January 25, 2018 11:52
# Conflicts:
#	src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js
@leekelleher
Copy link
Collaborator

Thank you @dawoe! I've taken a quick glance at the changes - looks good to me.
I've assigned @mattbrailsford for a review of it too.

re: branches - I've re-targeted this PR to the develop branch, otherwise merging with master will mess up our release strategy.

@dawoe
Copy link
Author

dawoe commented Jan 25, 2018

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

@leekelleher
Copy link
Collaborator

I'll take a look at why the develop branch is failing on AppVeyor 👍

@dawoe
Copy link
Author

dawoe commented Jan 25, 2018

Seems to be the restoring of nuget packages

@dawoe
Copy link
Author

dawoe commented Jan 25, 2018

If i'm needed will be available again tonight. Now I'm off the visit my godchild that was born yesterday evening 👶 🍼

@leekelleher
Copy link
Collaborator

@dawoe Congratulations! 🎉 🙌 👶

@leekelleher
Copy link
Collaborator

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.

Copy link
Collaborator

@mattbrailsford mattbrailsford left a 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

@mattbrailsford
Copy link
Collaborator

Happy to merge once the build is fixed

@dawoe
Copy link
Author

dawoe commented Jan 26, 2018

Merged in latest develop branch. Now the appveyor build is working

@leekelleher leekelleher added this to the 0.5.0 milestone Jan 26, 2018
@leekelleher leekelleher merged commit 5c08102 into skttl:develop Jan 26, 2018
@leekelleher
Copy link
Collaborator

Merged! Thanks @dawoe 🎉 #h5yr

@dawoe
Copy link
Author

dawoe commented Jan 26, 2018

Any idea when this will be released ?

@dawoe dawoe deleted the #80-RTE_buttons_not_working branch January 26, 2018 11:28
@leekelleher
Copy link
Collaborator

@dawoe It wont be today 😅 - I'll chat with @mattbrailsford to schedule it in.

@TimGeyssens
Copy link

Any eta on the next v with this fix in it? Thanks 😄

@dawoe
Copy link
Author

dawoe commented Jan 31, 2018

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

@leekelleher
Copy link
Collaborator

leekelleher commented Jan 31, 2018

We haven't got an ETA yet, (hopefully soon - I'm juggling projects).

Edit: removed links, posted at the same time as @dawoe

@TimGeyssens
Copy link

Beta is fine for now, thanks for the quick reply!

@MartijnKooij
Copy link

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.

{
"gridEditors": [
  {
    "name": "Accordion",
    "alias": "pggm.accordion",
    "view": "/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html",
    "render": "/App_Plugins/DocTypeGridEditor/Render/DocTypeGridEditor.cshtml",
    "icon": "icon-list color-green",
    "config": {
      "allowedDocTypes": ["accordionDoctype"],
      "nameTemplate": "accordion",
      "enablePreview": true,
      "viewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/",
      "previewViewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor"
    }
  }
  ]
}

@leekelleher leekelleher changed the title #80 rte buttons not working Replaces dialog with umb-overlay directive Feb 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants