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

🐛 [open-formulieren/open-forms#4827] Do not add initial_data_ref if empty #733

Conversation

stevenbal
Copy link
Contributor

previously, initial_data_reference=null was added to the login URL next parameters, even in cases when no initial_data_reference was specified

closes open-formulieren/open-forms#4827

@stevenbal stevenbal force-pushed the issue/4827-remove-initial-data-reference-if-not-specified branch from 40678e2 to aabc2ee Compare November 18, 2024 11:03
…mpty

previously, initial_data_reference=null was added to the login URL next parameters, even in cases when no initial_data_reference was specified
@stevenbal stevenbal force-pushed the issue/4827-remove-initial-data-reference-if-not-specified branch from aabc2ee to 4db5ead Compare November 18, 2024 11:05
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.38%. Comparing base (5a418c4) to head (4db5ead).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/components/FormStart/index.jsx 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #733      +/-   ##
==========================================
+ Coverage   64.16%   64.38%   +0.21%     
==========================================
  Files         299      299              
  Lines        6123     6126       +3     
  Branches     1379     1382       +3     
==========================================
+ Hits         3929     3944      +15     
+ Misses       2164     2151      -13     
- Partials       30       31       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sergei-maertens sergei-maertens merged commit d70b5ae into main Nov 18, 2024
15 checks passed
@sergei-maertens sergei-maertens deleted the issue/4827-remove-initial-data-reference-if-not-specified branch November 18, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDK URLs have initial_data_reference=null
2 participants