umco / umbraco-nested-content

Nested Content for Umbraco 7.1 to 7.6
https://our.umbraco.org/projects/backoffice-extensions/nested-content
MIT License
45 stars 35 forks source link

Doc Types - Tab Drop Down List Not Saving When Setting Up New Data Type #119

Closed jamiepittman closed 7 years ago

jamiepittman commented 7 years ago

I installed this packaged on a new Umbraco v7.5.11 instance and discovered an issue when setting up a new nested content data type.

When selecting a Document type with multiple tabs, the tab drop down list populates. However, when I select anything other than the first tab and save it reloads and populates the drop down lists back to the first tab.

Checking the data on the content tree, only the properties from the first tab are visible on the data type. It appears to me that the doc type drop down list value is not saving but is rather staying as the default (first tab).

Before save: ss_beforesave

After save: ss_aftersave

leekelleher commented 7 years ago

This has been fixed in PR #131, (due for next release - release date currently unknown)