-
Notifications
You must be signed in to change notification settings - Fork 7
Issue 49544: Deprecate the ability to select specific objects to import and apply import to multiple folders under the advanced import options #6419
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
Conversation
labkey-klum
left a comment
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.
|
Hi @labkey-klum - The reason I did not put that checkbox behind the flag since checking it displays below page, where there are two more options here 'Validate Queries' and 'Study Import Options' - should those be put behind the flag as well? Also, Validate Queries seems redundant here, since its already present in the previous step. |
…s_depcrecate_flag
…visits', with tooltips on ImportFolder page.
…s_depcrecate_flag
…recated flag as well. Add deprecated message view. Some updates on failForUndefinedVisits option.
…s_depcrecate_flag
…ddition of Deprecated Message view.
…er Import (via Process and Import Data > select folder zip > Import Data > Import Folder)
…Renderable as an argument, use DOM builder to generate server side HTML to ensure proper encoding. Also, keep 'Fail import of undefined visits' as-is when importing from a Pipeline route.
…s_depcrecate_flag
labkey-adam
left a comment
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.
See comments about not adding a JspBase method and not double encoding the help text
…() variants that take HtmlString to take Renderable instead.


Rationale
Issue 49544: Deprecate the ability to select specific objects to import and apply import to multiple folders under the advanced import options
Keep 'Advanced Import Options' behind deprecated flag until 25.7, then we will remove it. I had already opened a PR where I had removed this option, can use it for reference.
Related Pull Requests
Changes