mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[PR #216] [MERGED] Fix automates ACL and other #564
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#564
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ciur/papermerge/pull/216
Author: @francescocarzaniga
Created: 11/19/2020
Status: ✅ Merged
Merged: 11/20/2020
Merged by: @ciur
Base:
master← Head:automates_users📝 Commits (6)
b74b9a7Fix automates ACL9546e9dMake destination folder optionalded6754Make destination folder optionalf2e4726Merge branch 'automates_users' of github.com:francescocarzaniga/papermerge into automates_users63dfe61Fix migrationsbe125bdFix groups📊 Changes
6 files changed (+50 additions, -11 deletions)
View changed files
📝
papermerge/contrib/admin/forms.py(+11 -2)📝
papermerge/contrib/admin/templates/admin/automate.html(+2 -2)📝
papermerge/contrib/admin/views/automates.py(+1 -1)➕
papermerge/core/migrations/0033_auto_20201119_0032.py(+19 -0)📝
papermerge/core/models/automate.py(+12 -4)📝
papermerge/core/views/__init__.py(+5 -2)📄 Description
Originally a simple fix to #202, I noticed a few problems with automates ACLs and changed those as well. This also fixes #185 since Inbox should never be selectable to avoid loops.
Made destination folder optional for #196. It is necessary to implement an ordering for automates to fully implement this FR, since right now if the first automate moves the document away from Inbox the others are never applied.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.