Lukas

Results 21 comments of Lukas

I think it's a question of concerns. Publishing isn't the preferred job of developers and content-authors do usually not care much about error pages. I had just one project, where...

not a fix but a single language workaround: ```scss #Form_ItemEditForm_Title_Holder { .form__field-update-url { &::after { content: 'Update URL'; } } // prevent description being shown inline .form__field-description { width: 100%;...

@PVerberkmoes does it behave if you explicitly load `Requirements::add_i18n_javascript('silverstripe/cms: client/lang', false, true);` in `getCMSFields()`?

Should this be mentioned in the docs-block, should the filed load it or just close this?

Why do you assume it has to be a has_one relation? Reported issue occurred in a many_many context but I guess it should be the same with has_many. Think of...

If the agent is "mounted" docker-compose alike, then it is available in mode 0600, adding it with `RUN --mount=type=ssh,uid=${uid},gid=${gid},target=/run/host-services/ssh-auth.sock` sorts out permission issues. I've disabled the auth container with `omit_containers:...

@purplespider - I like the idea of your module - 'll surely check it out! Opposed to what @clarkepaul said I think it's important, that it inherits a value with...

To me click on a button to edit settings that belongs to a file makes sense and therefor just have fields like placement etc. editable is well OK. But "Details"...

I've tried to reproduce what @micschk wrote with 4.8.x and 4.9.0-rc1 but either I do not understand or I cannot. This button? ![Bildschirmfoto 2021-09-10 um 12 11 33](https://user-images.githubusercontent.com/472115/132839118-a1617b71-0273-42ff-b7ba-b1ee88ed2b91.png) I wonder...

related to https://github.com/silverstripe/silverstripe-asset-admin/issues/1116 & https://github.com/silverstripe/silverstripe-asset-admin/issues/1097