File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- towncrier release notes start -->
44
5- ## [ 3.0.1] - 2024-01-xx
5+ ## [ 3.0.1] - 2024-01-13
66
77### Fixed
88
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ COPY ./papermerge ${CORE_APP}/papermerge/
5050COPY ./docker/prod/config ${CORE_APP}/config
5151COPY ./docker/prod/manage.py ${CORE_APP}/manage.py
5252
53- COPY ./docker/dev/scripts/ /usr/bin/
53+ COPY ./docker/prod/scripts/ /usr/bin/
54+ RUN chmod +x /usr/bin/*.sh
5455RUN chmod +x /run.bash
5556
5657COPY --from=token_validator /tivoli_app/ /tivoli_app
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ def get_paginated_nodes(
5959 ).options (loader_opt ))
6060
6161 count_stmt = select (func .count ()).select_from (Node ).where (
62- Node .user_id == user_id
62+ Node .user_id == user_id ,
63+ Node .parent_id == parent_id
6364 )
6465
6566 items = []
You can’t perform that action at this time.
0 commit comments