Skip to content

Admin button that hides the search icon in the SDMS header - #7913

Merged
labkey-adam merged 7 commits into
developfrom
fb_hide_search_button
Aug 11, 2026
Merged

Admin button that hides the search icon in the SDMS header#7913
labkey-adam merged 7 commits into
developfrom
fb_hide_search_button

Conversation

@labkey-adam

@labkey-adam labkey-adam commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Rationale

Client request: https://github.com/LabKey/internal-issues/issues/1338

Related Pull Requests

Changes

  • Add a "Show/Hide Search Icon" on the full-text search admin page. Toggles whether the search icon appears in the SDMS header.
  • Eliminate unused ExperimentService asLong() and asInteger() methods.
  • Eliminate pointless check in UserIdRenderer

static Integer asInteger(Object o)
{
return IntegerUtils.asInteger(o);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

unrelated to this feature?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, but mentioned in the top comment

@labkey-adam
labkey-adam merged commit 50572ea into develop Aug 11, 2026
9 checks passed
@labkey-adam
labkey-adam deleted the fb_hide_search_button branch August 11, 2026 00:25
labkey-adam added a commit to LabKey/testAutomation that referenced this pull request Aug 11, 2026
## Rationale
Simplify `SearchAdminAPIHelper` (consolidate duplicated code). Add
support for show/hide search icon.

## Related Pull Requests
- LabKey/platform#7913
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.

2 participants