Sync code with commit 522276c96deadc0af26ee9d7d17bed2cce91e493

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-01 20:46:39 -04:00
parent 8cd7779b14
commit da49c64095

View File

@@ -339,8 +339,21 @@ being uploaded. This step was been assigned number 4 in the order of
step for uploading a file.
Fix carousel item height issues
-------------------------------
On some devices the height of the pages on the document preview view were
squashed. The CSS for this view was updated to fix this issue.
Page number summary
-------------------
The page number summary has been placed back at the bottom of the
carousel pages in the document preview view.
Other changes worth mentioning
------------------------------
- Add Makefile target to check the format of the README.rst file.
- Fix permission filtering when performing document page searching
- base.js was splitted into mayan_app.js, mayan_image.js, and partial_navigation.js.
- Cabinet detail view pagination was fixed.