umco/umbraco-nested-content

Multinode picker "Add" button disappears at 2nd view

netaddicts opened this issue · 7 comments

Ran into a strange issue that the add button is set to hidden when opening a nested content item for a 2nd time.

Path to repro:
Document type nc with single property of type "Multinode treepicker" (standard umbraco one)

image

Datatype nc

image

Add new property on document type, First view

image

And now switch between Item 1 and Item 2 (still fine now), back to Item 1 and this is the result

image

Good point: umbraco v7.5.4, nc v0.3.0

I think it likely got fixed in commit d64692b which I don't think is released yet. Might be worth giving the nightly a try and see if that works https://ci.appveyor.com/project/leekelleher/umbraco-nested-content/build/artifacts

I should have gone through the issues first, #70 says it's fixed, so closing this issue as it's duplicated

Thanks for the thorough bug report. I wish they all came like this :)

Yeah, been fighting exactly the same thing here in the office, constantly having to remind people to supply as much info as possible. Anyway, can confirm change made in commit d64692b (took this file only for quick check) solves our problem.

Again, thanks for the great work, @mattbrailsford and @leekelleher and any other collab on the project