Thomas Jakobi
Thomas Jakobi
Thanks for the nice and simple plugin. I never got the `parcel-reporter-entries` plugin to work, so I didn't get to test this plugin for a long time. Maybe you should...
Parsley misses validators for fields depending on each other. This is just a proposal how that could be done – the parameters are not universal enough in my opinion. ```...
and allow to restore the object from i.e. a cache file. This PR can be extended to the other classes when the addition is valuable.
After installing a fresh Collections 3.7.1, the default template is not installed and while creating a new entry, the following error occurs in the MODX error log: `Unknown column 'CollectionTemplate.show_quick_create'...
The following line overwrites the color of the this.rendYesNo renderer: https://github.com/modxcms/Collections/blob/master/assets/components/collections/css/mgr.css#L31 Is it necessary?
After reading the code the called snippet could use the following parameters: value -> value of the column with 'Render Snippet' row -> whole row with all values (displayed or...
At the moment I am searching for a solution for this problem: I have a list of addresses managed with collections and would like to group them by the first...
The resources.tpl.json does not work work recursive. It misses a rule for setting the parent. At the moment the parent is not changed during extract/inject, which makes that template unusable.
I get this error in modFormCustomizationSet using develop.tpl during an extract. SQL code: SELECT `modFormCustomizationSet`.`id` AS `modFormCustomizationSet_id`, `modFormCustomizationSet`.`profile` AS `modFormCustomizationSet_profile`, `modFormCustomizationSet`.`action` AS `modFormCustomizationSet_action`, `modFormCustomizationSet`.`description` AS `modFormCustomizationSet_description`, `modFormCustomizationSet`.`active` AS `modFormCustomizationSet_active`, `modFormCustomizationSet`.`template`...
Since the docs are better readable on github.io, the README.md shoud only show a small intro text and link to http://modxcms.github.io/teleport/ (if the docs there are up to date)