View Issue Details

IDProjectCategoryView StatusLast Update
0003859Composr alpha bug reports[All Projects] General / Uncategorisedpublic2019-07-28 16:22
ReporterChris GrahamAssigned ToSalman 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0003859: Commandr 'edit' command working
DescriptionIf you do something like...

edit /etc/privacy_fax

And save, it doesn't do the AJAX save.

This seems to be because the JS template ($cms.templates.commandrEdit) is not applied to the COMMANDR_EDIT.tpl code when it's put into the command line.
TagsNo tags attached.
Sponsorship open

Activities

Salman

2019-07-28 16:22

reporter   ~0006044

Last edited: 2019-07-28 16:22

View 2 revisions

Fixed in both 'v11'[1] and 'v11_redesign'[2]. Sorry about that. The Commandr command JS code wasn't using any of $dom.* insertion functions ($dom.append() etc.) at any point so there was no opportunity to attach behaviors ([data-tpl="foo"] etc.).

1: https://github.com/ocproducts/composr/commit/f1337d8a24a07fde31d39cae7a80427a228e73f3
2: https://github.com/ocproducts/composr/commit/32960f143044d670fda1b93697c332c122224109

Issue History

Date Modified Username Field Change
2019-07-27 16:00 Chris Graham New Issue
2019-07-27 16:00 Chris Graham Status non-assigned => assigned
2019-07-27 16:00 Chris Graham Assigned To => Salman
2019-07-28 16:22 Salman Status assigned => resolved
2019-07-28 16:22 Salman Resolution open => fixed
2019-07-28 16:22 Salman Note Added: 0006044
2019-07-28 16:22 Salman Note Edited: 0006044 View Revisions
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised