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

Remove deprecated legacy UI #885

Merged
merged 40 commits into from Aug 30, 2023
Merged

Remove deprecated legacy UI #885

merged 40 commits into from Aug 30, 2023

Conversation

noliveleger
Copy link
Contributor

@noliveleger noliveleger commented Jul 17, 2023

Description

As announced on June 14, 2021, the legacy interface support has arrived to its end and has been removed.
Please use the regular interface instead.

Related issues

Blocked by #886

@noliveleger noliveleger force-pushed the kobotoolbox/kpi#4475-shrink-kobocat branch from e42b34b to f6f2459 Compare August 8, 2023 19:19
kobocat-template/templates/export_list.html Show resolved Hide resolved
onadata/apps/main/tests/test_form_exports.py Outdated Show resolved Hide resolved
onadata/apps/main/tests/test_process.py Outdated Show resolved Hide resolved
onadata/apps/viewer/tests/test_export_list.py Outdated Show resolved Hide resolved
onadata/apps/viewer/tests/test_pandas_mongo_bridge.py Outdated Show resolved Hide resolved
onadata/apps/main/tests/test_form_auth.py Outdated Show resolved Hide resolved
onadata/apps/main/tests/test_form_auth.py Outdated Show resolved Hide resolved
Comment on lines 16 to 20
print("response['Location']", response['Location'], flush=True)
received, desired = (
u.rstrip('/') for u in (response['Location'], settings.KOBOFORM_URL)
)
assert received == desired
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @noliveleger, I removed print statements and added an assert, which seems correct and passes for me. LMK if it's wrong

@jnm jnm merged commit ace93da into beta Aug 30, 2023
3 checks passed
@jnm jnm deleted the kobotoolbox/kpi#4475-shrink-kobocat branch August 30, 2023 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants