View Issue Details

IDProjectCategoryView StatusLast Update
0005109Composr alpha bug reports[All Projects] General / Uncategorisedpublic2023-01-02 19:33
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005109: core_menus.js $cms.templates.menuEditorBranch: Weird behavior when adding child branches
DescriptionWhen trying to add child branches in the Menu management (by clicking the link), instead of a child branch being created, two new parent branches are created.

* the parentId is never calculated [always empty string despite the i parameter existing in template data]
* $dom.on(container, 'click', '.js-click-add-new-menu-item', function () { is firing twice
TagsNo tags attached.
Sponsorship open

Activities

Patrick Schmalstig

2022-12-29 19:48

administrator   ~0007848

Adding child branches works, but now it will create a child branch and a top-level branch instead of just a child.

Patrick Schmalstig

2022-12-31 22:29

administrator   ~0007850

Also trying to add a child of a child does not work; it just creates two childs under the parent.

Issue History

Date Modified Username Field Change
2022-12-01 17:08 Patrick Schmalstig New Issue
2022-12-01 17:08 Patrick Schmalstig Status non-assigned => assigned
2022-12-01 17:08 Patrick Schmalstig Assigned To => Chris Graham
2022-12-04 21:44 Chris Graham Status assigned => resolved
2022-12-04 21:44 Chris Graham Resolution open => fixed
2022-12-29 19:48 Patrick Schmalstig Status resolved => non-assigned
2022-12-29 19:48 Patrick Schmalstig Resolution fixed => reopened
2022-12-29 19:48 Patrick Schmalstig Note Added: 0007848
2022-12-31 22:29 Patrick Schmalstig Note Added: 0007850
2022-12-31 22:29 Patrick Schmalstig Status non-assigned => assigned
2023-01-02 19:33 Chris Graham Status assigned => resolved
2023-01-02 19:33 Chris Graham Resolution reopened => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised