ChangePlaces

Results 22 comments of ChangePlaces

I'd actually done this, but forgot to report back! `{% if field.customOption('crudControllerFqcn') is not empty %}` In the custom field class, it could be modified such as ul or ol...

> maybe there's a better way to build the link to the entity using an easy admin twig function? There actually is! `ea_url()` will return the `CrudUrlBuilder` for you to...

maybe the attachments area can have a page id associated with it, a book id or even a chapter?

what should it be versus what does it actually output and isn't this more related to less, than the docs.

could bools be parsed thus: `--mybool` mybool = true `--mybool=true/false` mybool = true/false `--mybool=1/0` true/false where the latter 2 would allow the bool to be specifed as being required in...

I think solving this problem is essential. I have an optional one-to-one relationship and I want to be able to create just one entity and populate it as a sub...

i don't use panther now (I didn't like how it squeezes selenium / web driver into an unsuitable interface), but I think the solution would be to modify the code...

Can confirm, it's stopped working! cache:clear didn't have any effect. "null" is output for the access-control-output-origin header value

People, let's learn what the emojis mean please, especially the thumbs-up one. "Same here" is not constructive help.

This is great, as going forwards, it would allow people to use things like onPropertyChanged listeners, that are in the dbal, without having to use the meaty ORM dependency.