Patrick Gansterer
Patrick Gansterer
you can just implement the two options, no need for the third now. i just want to avoid changing the UI if we get a third (or even more) option
you can just commit the changes with the languages you know. missing translations will be added before a release. it's easier to make one translation round before release than having...
first: sorry for the late reply second: thanks for the contribution third: this is a huge change and therefore hard to review: could split it smaller self-containing parts? e.g.: change...
@FcFlodo: I did a bigger rewrite of the OrderPdf classes in #532. Does it solve your issues too?
i support adding foreign keys. why do you `DELETE` the entities in the migration? why can't you just nullify them?
If I didn't forget something 464c9a3406968062a95adaf7b0cb39cd5406d46c should make clear what can and cannot be null, but don't trust it 100% and expect some review comments when we see the actual...
the commit i mentioned also includes the fixes for the tests (maybe you want to rebase your work on it for now, my plan is to merge it in the...
to be clear: this happens when the foodsoft instance gets restarted. it somehow ignores some of items in the settings table
i'm ok with adding a "remember me" option, but i don't think that a session cookie should have an expire date, regardless what browsers do. i don't like this to...
I do not think this is a clean solution, since you would need to keep it in sync with `Gemfile.lock`. IMO hosting providers should install only with `bundle install --deployment`,...