-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: merge select and edit tabs in config #14137
Open
Konrad-Simso
wants to merge
10
commits into
main
Choose a base branch
from
feat/mergeSelectAndEditCodelistViews
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
905b5e9
Merge option editor views into 1 tab.
Konrad-Simso 703fa90
Revert removing old files to maintain the same functionality in prod …
Konrad-Simso 2153800
Merge branch 'main' into feat/mergeSelectAndEditCodelistViews
Konrad-Simso c1c448c
Fixes after merge, and add required duplicate code until featureFlag …
Konrad-Simso 3eee769
Add tests, missing file after moving files into new folder.
Konrad-Simso 559682d
Update tests, remove unused imports, and add/update Todo comments.
Konrad-Simso 7ecf962
Clean up unused, and not required files.
Konrad-Simso c6e24f4
Merge branch 'main' into feat/mergeSelectAndEditCodelistViews
Konrad-Simso 73595cd
Fix imports
Konrad-Simso 85fa21e
Fix imports and coverage.
Konrad-Simso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1525,6 +1525,10 @@ | |||||
"ux_editor.modal_header_type_helper": "Velg titteltype", | ||||||
"ux_editor.modal_new_option": "Legg til alternativ", | ||||||
"ux_editor.modal_properties_add_radio_button_options": "Hvordan vil du legge til radioknapper?", | ||||||
"ux_editor.modal_properties_code_list": "Velg fra biblioteket", | ||||||
"ux_editor.modal_properties_code_list_alert_title": "Du er i ferd med å redigere en kodeliste i biblioteket.", | ||||||
"ux_editor.modal_properties_code_list_button_title_library": "Kodeliste fra biblioteket", | ||||||
"ux_editor.modal_properties_code_list_button_title_manual": "Kodeliste på komponenten", | ||||||
"ux_editor.modal_properties_code_list_custom_list": "Egendefinert kodeliste", | ||||||
"ux_editor.modal_properties_code_list_filename_error": "Filnavnet er ugyldig. Du kan bruke tall, understrek, punktum, bindestrek, og store/små bokstaver fra det norske alfabetet. Filnavnet må starte med en engelsk bokstav.", | ||||||
"ux_editor.modal_properties_code_list_helper": "Velg kodeliste", | ||||||
|
@@ -1534,7 +1538,6 @@ | |||||
"ux_editor.modal_properties_code_list_read_more_dynamic": "<0 href=\"{{optionsDocs}}\" >Les mer om dynamiske kodelister</0>", | ||||||
"ux_editor.modal_properties_code_list_read_more_static": "<0 href=\"{{optionsDocs}}\" >Les mer om statiske kodelister</0>", | ||||||
"ux_editor.modal_properties_code_list_spinner_title": "Laster inn kodelister", | ||||||
"ux_editor.modal_properties_code_list_upload": "Last opp din egen kodeliste", | ||||||
"ux_editor.modal_properties_code_list_upload_duplicate_error": "Opplastning feilet. Du prøvde å laste opp en fil som finnes fra før.", | ||||||
"ux_editor.modal_properties_code_list_upload_generic_error": "Opplastning feilet. Filen du lastet opp er ikke satt opp riktig.", | ||||||
"ux_editor.modal_properties_code_list_upload_success": "Filen ble lastet opp.", | ||||||
|
@@ -1681,11 +1684,14 @@ | |||||
"ux_editor.options.code_list_referenceId.description": "Her kan du legge til en referanse-ID til en dynamisk kodeliste som er satt opp i koden.", | ||||||
"ux_editor.options.code_list_referenceId.description_details": "Du bruker dynamiske kodelister for å tilpasse alternativer for brukerne. Det kan for eksempel være tilpasninger ut fra geografisk plassering, eller valg brukeren gjør tidligere i skjemaet.", | ||||||
"ux_editor.options.multiple": "{{value}} alternativer", | ||||||
"ux_editor.options.option_edit_text": "Rediger kodeliste", | ||||||
"ux_editor.options.option_remove_text": "Fjern valgt kodeliste", | ||||||
"ux_editor.options.section_heading": "Valg for kodelister", | ||||||
"ux_editor.options.single": "{{value}} alternativ", | ||||||
"ux_editor.options.tab_code_list": "Velg kodeliste", | ||||||
"ux_editor.options.tab_manual": "Sett opp egne alternativer", | ||||||
"ux_editor.options.tab_referenceId": "Angi referanse-ID", | ||||||
"ux_editor.options.upload_title": "Last opp din egen", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"ux_editor.page": "Side", | ||||||
"ux_editor.page_config_pdf_abort_converting_page_to_pdf": "Avbryt å gjøre om siden til PDF", | ||||||
"ux_editor.page_config_pdf_card_heading": "Siden skal være en PDF", | ||||||
|
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
ErlingHauan marked this conversation as resolved.
Show resolved
Hide resolved
|
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
Oops, something went wrong.
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.
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.