feat: restore wizard manager and review refresher for custom field persistence#97
Open
Subhanaliweb wants to merge 3 commits intomainfrom
Open
feat: restore wizard manager and review refresher for custom field persistence#97Subhanaliweb wants to merge 3 commits intomainfrom
Subhanaliweb wants to merge 3 commits intomainfrom
Conversation
…rsistence - Add CodecheckWizardManager to load/save custom submission fields (codeRepository, dataRepository, manifestFiles, dataAvailabilityStatement) via API on wizard Continue/Save for Later button clicks - Add CodecheckReviewRefresher to detect review step and refresh CODECHECK panel with live data from the API - Ensure Vue components mount after saved data is loaded into textareas so they receive correct initial values
nuest
requested changes
Feb 26, 2026
- Localize hardcoded strings using t() helper - Replace text-based button detection with class-based detection - Fix step detection to work with plugin-added steps
This file contains hidden or 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
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.
This feature was present in previous commits but was removed and is required to ensure custom submission fields are saved in the database.