Userobjects list page print optimizations (closes #396)

This commit is contained in:
Bernd Bestel
2019-09-27 13:23:10 +02:00
parent 9d52f82bc2
commit 9527305311
2 changed files with 8 additions and 5 deletions

View File

@@ -18,6 +18,9 @@
- The calendar now also contains all planned recipes from the meal plan on the corresponding day
- Improved that dates in the iCal calendar export now include the server timezone
### Custom lists/fields improvements
- Optimized the custom lists page that it can be printed properly (search field etc. is hidden when printing the page)
### General & other improvements/fixes
- Fixed that the browser barcode scanner button was not clickable on iOS Safari & other small styles fixes/improvements for iOS Safari (thanks @DeeeeLAN)
- It's now also possible to set the meal plan page as the default/entry page (`config.php` setting `ENTRY_PAGE`) (thanks @lwis)