dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Template Exports fails #1133

Closed donker closed 5 years ago

donker commented 5 years ago

Description of bug

Although not implemented in the UI, Template export exists in SitesController of the Sites project. Calling this using WebAPI exposed one issue: if tabs were stacked hierarchically the exported template would be incomplete.

Steps to reproduce

  1. Create a site where you move an old tab underneath a newer tab
  2. Create your own Javascript front end and call into api/Sites/ExportPortalTemplate
  3. Check template

Current result

Incomplete template

Expected result

Complete template

Affected version

valadas commented 5 years ago

Merged