Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Visio file as process diagram #57

Draft
wants to merge 32 commits into
base: development
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b1a4d93
Disable mock-login route on production (#52)
MartijnBogaert Oct 3, 2024
fd0ffb0
Use mu-search for process steps (#51)
MartijnBogaert Oct 15, 2024
5574f17
Reintroduce links to help page (#53)
MartijnBogaert Oct 22, 2024
c9f23a0
Rename links
MartijnBogaert Oct 22, 2024
2e7f901
Add impersonation service
MartijnBogaert Nov 13, 2024
771bfd9
Adapt current session service to impersonation service
MartijnBogaert Nov 13, 2024
516726f
Add impersonate route
MartijnBogaert Nov 13, 2024
1155ace
Use temporary isAdmin functionality
MartijnBogaert Nov 13, 2024
98e24e7
Add impersonation dropdown
MartijnBogaert Nov 13, 2024
8dc2fd2
Reenable normal isAdmin functionality
MartijnBogaert Nov 15, 2024
ff9de06
Allow changing impersonating account
MartijnBogaert Nov 20, 2024
737e360
Add admin functionality (#54)
MartijnBogaert Nov 20, 2024
1fc12b3
Revert "Add admin functionality (#54)" (#55)
MartijnBogaert Nov 21, 2024
0e1c5c0
Add admin functionality (#56)
MartijnBogaert Nov 22, 2024
7345e6c
Fetch vsdx as diagram
MartijnBogaert Dec 3, 2024
8c5d61b
Forbid vsdx as attachment
MartijnBogaert Dec 3, 2024
38ef595
Allow uploading vsdx
MartijnBogaert Dec 3, 2024
1c2d2dd
Rename bpmn files to diagram
MartijnBogaert Dec 4, 2024
70988bd
Make multiple filter values work
MartijnBogaert Dec 4, 2024
625f0b7
Fix upload bug
MartijnBogaert Dec 4, 2024
65e0cf8
Fetch bpmn from visio file
MartijnBogaert Dec 4, 2024
3182648
Update Visio text
MartijnBogaert Dec 4, 2024
78fd37e
Allow downloading vsdx files
MartijnBogaert Dec 4, 2024
a3844b5
Merge remote-tracking branch 'origin/development' into feature/visio
MartijnBogaert Dec 4, 2024
2d4016e
Merge branch 'development' into feature/visio
MartijnBogaert Jan 8, 2025
dd0ba12
Merge branch 'development' into feature/visio
MartijnBogaert Jan 9, 2025
0a3f01a
Merge branch 'development' into feature/visio
MartijnBogaert Jan 13, 2025
04f60d9
Merge branch 'development' into feature/visio
MartijnBogaert Jan 15, 2025
08a72af
Merge branch 'development' into feature/visio
MartijnBogaert Jan 20, 2025
d6b56ec
Use visio service for visio-bpmn conversion
MartijnBogaert Jan 23, 2025
4e9ded9
Rely on visio service for storing generated bpmn file
MartijnBogaert Jan 23, 2025
5896d98
Display error messages on diagram not found
MartijnBogaert Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow changing impersonating account
  • Loading branch information
MartijnBogaert committed Nov 20, 2024
commit ff9de06bb284b0e37081595c0e33231cb94b6557
2 changes: 2 additions & 0 deletions app/controllers/impersonate.js
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ export default class ImpersonateController extends Controller {
'family-name': this.gemeente,
};
}

this.store.unloadAll('account');
const accounts = await this.store.query('account', {
include: 'user,user.groups',
filter: filter,