Roman Schmid

Results 84 comments of Roman Schmid

@maxmcd I'm trying to get this to work using `docker compose` but to no avail. Any chance you could share your setup in a gist or something? What commands do...

What version of SilverStripe are you using? And is there a full stack trace? There's no `isNew` method within this module.

You already wrote me an Email. Feel free to send me your question… if it's about this module, why not ask it here though? Others might have the same question.

@xpowert For your use-case you could either create a custom block, where you add DataObjects with Image & Link, or you add a `DataExtension` to `Image`, and add an additional...

Interesting. So when you populate the blocks, you don't set their parent-id? How do you establish the relation to the pages? The problem with your fix is, that it will...

Stuff figured out: - Seems to only affect SiteConfig - Number of UploadFields isn't the issue. - Sort order gets persisted to the DB correctly, but items change position visually...

Thanks for your feedback. Fluent translations work.. I've used page-blocks successfully with fluent. The `has_many` relation is here to stay. Having `many_many` blocks imposes many difficulties, especially when it comes...

Currently, that's not possible. Ideally, your project-setup has the master-language as preferred fallback. Eg. English as master-language. You could create a separate extension with that functionality though… ``` class FallbackTranslationExtension...

Can you give me a minimal code example to reproduce the issue? Does it happen for all DataObjects in ModelAdmin? To be honest, I haven't used the extension in a...

You have a `has_one` to a Page from your DataObject, right? Do you need different Pages depending on the locale? Or do you just want to get the correct translation...