Renormalize line endings (closes #412)

This commit is contained in:
Bernd Bestel 2019-11-02 08:42:49 +01:00
parent 5d42cc15a6
commit 7b0fdfe62e
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -5,3 +5,4 @@
- Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis)
- Slightly optimized table loading & search performance (thanks @lwis)
- For integration: If a `GET` parameter `closeAfterCreation` is passed to the product edit page, the window will be closed on save (due to Browser restrictions, this only works when the window was opened from JavaScript) (thanks @Forceu)
- The `update.sh` file had wrong line endings (DOS instead of Unix)