-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 3.3.x] [Fixes #9013] Advanced Workflow: workflow logic shou…
…ld take precedence over standard permissions (#9023) * [Backport 3.3.x] [Fixes #9013] Advanced Workflow: workflow logic should take precedence over standard permissions * [Backport 3.3.x] [Fixes #9013] Advanced Workflow: workflow logic should take precedence over standard permissions * [Backport 3.3.x] [Fixes #9013] Advanced Workflow: workflow logic should take precedence over standard permissions * [Backport 3.3.x] [Fixes #9013] Advanced Workflow: workflow logic should take precedence over standard permissions * [CircleCI] Security tests * [CircleCI] Security tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * [CircleCI] Fix tests * - Fix issues accordingly to the review * [CircleCI] Fix tests
- Loading branch information
Alessio Fabiani
authored
Apr 6, 2022
1 parent
4aa6fe1
commit 9f98bba
Showing
62 changed files
with
4,136 additions
and
2,541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 2.2.24 on 2022-04-03 13:34 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('base', '0067_auto_20220401_1155'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='resourcebase', | ||
name='uuid', | ||
field=models.CharField(max_length=36, unique=True), | ||
), | ||
] |
Oops, something went wrong.