-
MODX Staff
- 12,272 Posts
Are pages that are created, by say the newspublisher snippet, supposed to inherit the document groups of their immediate parent docs?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
That sounds like a logical assumption to me. I can see certain circumstances where documents in a folder would want to have other groups, but it seems to me it would be a good default.
In fact, I just IM’ed my partner, who immediately responded that he would have assumed this to be the case.
-
MODX Staff
- 12,272 Posts
Only one bug outstanding of note. Lots of little fixes committed in the interim too. The only thing outstanding is the apparent regClient stuff failure in cached snippet calls. Does anyone have a comment on that. In the interim, a new testing build in the other topic.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
regClient scripts are only inserted before document is cached. Might need to also insert scripts again
It’s by design but can change to support non-cached snippets
-
MODX Staff
- 12,272 Posts
I committed a fix for this tonight, btw.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
Along these same lines, the css file insertion piggybacks off of the javascript insertion, thus getting installed at the beginning of the header. Very awkward in a "cascading" system, where the regular css in the main css file may very well override the css in the inserted file, while the whole point of the secondary file may have been to override some general style in the main css file. A secondary css file really needs to be inserted near the end of the header, after the main css file is called, maybe just before the </head> tag.