Tim Kelty

Results 323 comments of Tim Kelty

Made one: http://feedback.craftcms.com/forums/285221-feature-requests/suggestions/12350388-raise-events-when-bulk-editing-entry-list-checkbo

@peternorbeck I just pushed a fork that should allow you to do this.

@brandonkelly not seeing any errors in my console 🤔 FWIW - `d3` _shouldn't_ be defined (globally at least) since we're just including as a proper module in this branch.

Thanks @myleshyson! Will review ASAP

@myleshyson Finally getting around to reviewing this – could you resolve the conflict in `src/web/assets/cp/src/js/BaseElementSelectInput.js` that has diverged since you originally made this? No need to worry about the other...

> Branch limit and Limit in the base relation field settings. Branch limit effectively acts like limit for non structured elements, so not sure if limit should just be replaced...

> I moved craft\controllers\CategoriesController::actionInputHtml to craft\controllers\ElementsController::inputHtml. Was torn between this and moving it to craft\controllers\StructuresController::actionInputHtml since this really is structure specific. However the StructuresController has a required elementId param for...

Great work, @myleshyson! Some remaining questions and issues in the preceding comments. Holler if you have any questions.

@myleshyson The "Updated Approach" has its merits, but I think it introduces a flow issue, in that it potentially changes a previous field selection. Let's stick with what you have!