dnnsoftware / Dnn.AdminExperience

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

Persona Bar > Manage > Pages > Expand All Fails After Adding Multiple Pages #1112

Closed kkadir closed 5 years ago

kkadir commented 5 years ago

Description of bug

The "Expand All" link stops functioning after adding page(s) through the Add Multiple Pages flow.

Steps to reproduce

  1. Log in as Super/Host user to Platform.
  2. Navigate to Persona Bar > Manage > Pages.
  3. Click on the Add Multiple Pages button.
  4. Input a new page name.
  5. Click the "Add New Page(s)" button.
  6. Observe that the new page(s) is/are added to the "Pages List" tree-view.
  7. Click on the "Expand All" link on top of the "Pages List" tree-view.

Current result

  1. All items in the "Pages List" tree-view are in the collapsed state
  2. Clicking on the "Expand All" link;
    1. Does not change the link as "Collapse All"
    2. Does not expand all child items in the "Pages List" tree-view

Expected result

  1. All items in the "Pages List" tree-view are in the collapsed state
  2. Clicking on the "Expand All" link should;
    1. Change the link as "Collapse All"
    2. Expand all child items in the "Pages List" tree-view

Screenshots

N/A

Error log

N/A

Additional context

N/A

Affected version

Affected browser

valadas commented 5 years ago

Assigning this to the 10.0.0 milestone as per the PR, if things change we can update.

valadas commented 5 years ago

Merged