File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
- in document details view, values of document type dropdown are sorted alphabetically and autocomplete
11
11
- in "new document type" modal dialog, custom field dropdown is sorted alphabetically
12
12
- Fixes blocking bug in "view by document type" which resulted values displayed in wrong columns
13
+ - Fixes "No Visual Feedback on Wrong Credentials" [ Issue #579 ] ( https://github.com/papermerge/papermerge-core/issues/579 )
13
14
14
15
### Adds
15
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN yarn install
7
7
RUN yarn build
8
8
9
9
10
- FROM papermerge/auth-server:1.0.1 as auth_server
10
+ FROM papermerge/auth-server:1.0.2 as auth_server
11
11
FROM python:3.13-alpine as papermerge_core
12
12
13
13
ENV CORE_APP=/core_app
You can’t perform that action at this time.
0 commit comments