Michal Kleiner

Results 192 comments of Michal Kleiner

1. Not sure if any PSR ruleset dictates the order of class variables; I generally prefer private/protected/public order, below constants. But in this case I'd probably put it below the...

Why is the dist JS file being updated, do you know? Should it stay the same when only changing scss source file?

This has been addressed in past IIRC, might be a regression that came back? There was a way how not to load all the members until interacting with the member...

~There's already a ticket for unsetting routes via yaml. Let me find it.~ Related ticket that could benefit from the solution here - https://github.com/silverstripe/silverstripe-cms/issues/2349

The suggested solution was to go with `null` values.

Good call @jonom. I personally wish these things were thought of before introducing the React UI in the backend and/or before it was made the only option. So many issues...

@jonom yeah, I do agree with the sentiment. But to be honest, at the same time, SS went through all that child imperfections and puberty etc. with version 3. I'd...

This is all complicated by the fact that we allow managed models to be defined in several ways — a simple data class name, data class name -> [title], tab...

I would argue that if a developer is skilled enough to do different tab views for the same model with custom filters, they would be able to support different import...

> Would I need to update composer.json to `"silverstripe/framework": "^4.12"` as part of this? I seem to remember we used to do that automatically for minor releases, but I think...