Matthias Schuhmayer
Matthias Schuhmayer
> Thanks @mcop1 done. Hey @cuca24 can you recheck again for the failing tests? Seems like the `getClassId` is not available everywhere.
> Hey @mattamon Thanks > > So yes $this->getClassId() doesn't exist in AbstractObject it will be populated later in child Concrete class. > > @mattamon or anybody else i need...
> Hey @mattamon > > > For the static error to go away, we need to define the class in the abstract. > > The preferred way would be to...
Hey @kevinloeber-twocream I tried to test it, but could not make it work. How should the translation work in general? I tried it with label and also system key but...
@kevinloeber-twocream hmm okay I switched to your branch and still does not get translated for me.
@jdreesen yes I know :( I am currently also really annoyed by the CS Fixer. I reverted a PR that consisted of one line and the CS Fixer added 45...
Hey @chandnichamaria Thank you for your report. Could you please provide a more detailed description. There is no code to follow. The actual and expected behaviour should not be the...
@root913 > I noticed that latest migration is specified in Installer class (method: getLastMigrationVersionClassName) - should i update it also? That would be awesome yeah!
@dkarlovi tested it and it works fine. My only concern is that the `$cacheKey` does not get invalidated if you save the configuration. If the permissions change you need to...
> @mattamon is there a cache tag which gets cleared on workspace save, like `asset_ID` or `object_ID` do when they're saved? We can then add a tag to the cache...