-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
[Feature] Basic Case Management/Dynamic Data Attachments #3057
Merged
Conversation
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
duvld
changed the title
2767 basic case management
[Feature] Basic Case Management/Dynamic Data Attachments
Mar 10, 2021
# Conflicts: # kpi/models/asset_file.py # kpi/views/v2/asset.py
magicznyleszek
requested changes
Mar 25, 2021
…-case-management Conflicts: jsapp/js/actions.es6
also applied some prettier.io formatting
…oolbox/kpi into 2767-basic-case-management
Void dynamic data attachment cache on preview
[ Basic Case Management ] Refactor `asset.py`, `object_permission.py` files and split them in smaller files
jnm
approved these changes
Jul 15, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The back-end work is approved for merge 🍾
magicznyleszek
requested changes
Jul 19, 2021
12 tasks
…ions-with-partial-perm
….com:kobotoolbox/kpi into 3115-allowed-write-actions-with-partial-perm
…with-partial-perm [ Row Level Access ] - Validate whether user is allow to perform write actions with partial submission permissions
[ Row Level Access ] - Deployment back-end classes refactoring: Abstraction and variables renaming
…-support [ Row Level Access ] - Add Mongo and XML support to unit tests
jdugh
pushed a commit
to geohyd/kpi
that referenced
this pull request
Nov 21, 2022
jdugh
pushed a commit
to geohyd/kpi
that referenced
this pull request
Nov 21, 2022
jdugh
pushed a commit
to geohyd/kpi
that referenced
this pull request
Nov 21, 2022
…management [Feature] Basic Case Management/Dynamic Data Attachments
jdugh
pushed a commit
to geohyd/kpi
that referenced
this pull request
Nov 13, 2023
jdugh
pushed a commit
to geohyd/kpi
that referenced
this pull request
Nov 13, 2023
jdugh
pushed a commit
to geohyd/kpi
that referenced
this pull request
Nov 13, 2023
…management [Feature] Basic Case Management/Dynamic Data Attachments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Review #2537 first. Once that's merged and its branch
2487-form-media
is deleted, this PR should automatically switch to havingbeta
as its base branch.Description
Adds UI for exporting/importing data across connected projects using
xml-external
Related Issues
Completed backend and basic (no column filtering) frontend of #2767Contains column filtering
Fixes #3019
The back-end part is divided in 3 PRs:
asset.py
,object_permission.py
files and split them in smaller files #3271