You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With SSCS (Split Screen Case Search) now the default behavior, the
search_again_label is no longer needed. This removes all references to
search_again_label and CaseSearchAgainLabel throughout the codebase.
Changes:
- Remove CaseSearchAgainLabel class and search_again_label/again_label
properties from CaseSearch model
- Remove search_again_label from views (GET/POST endpoints, media handling)
- Remove search_again_label locale string generation
- Remove search_again_label from media collection and renaming
- Remove search_again_label from translation upload/download modules
- Remove search_again_label from JavaScript (case_claim.js)
- Update test fixtures and assertions to no longer expect search_again
functionality
- Clean up test data (plant_care_app.json)
The search_again_label was previously used to provide a "Search Again"
button on search results, but with SSCS this is no longer generated.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
{% include "app_manager/partials/bootstrap3/nav_menu_media.html" with qualifier='case_search-search_label_media_' ICON_LABEL="Search Icon" AUDIO_LABEL="Search Audio" %}
338
338
<!-- /ko -->
339
339
</div>
340
-
{% if not request|toggle_enabled:'SPLIT_SCREEN_CASE_SEARCH' %}
{% input_trans module.search_config.search_again_label.label langs input_name='search_again_label' input_id='search_again_label' data_bind="value: search_again_label" %}
356
-
</div>
357
-
</div>
358
-
<div
359
-
class="case-search-multimedia-input"
360
-
data-bind="hidden: inlineSearchActive"
361
-
>
362
-
<!-- stopBinding to avoid conflicts with the binding of enclosing template to a different object 'search'-->
363
-
<!-- binding for this partial is done via app_manager/js/nav_menu_media-->
364
-
<!-- ko stopBinding: true -->
365
-
{% include "app_manager/partials/bootstrap3/nav_menu_media.html" with qualifier='case_search-search_again_label_media_' ICON_LABEL="Search Again Icon" AUDIO_LABEL="Search Again Audio" %}
{% include "app_manager/partials/bootstrap5/nav_menu_media.html" with qualifier='case_search-search_label_media_' ICON_LABEL="Search Icon" AUDIO_LABEL="Search Audio" %}
338
338
<!-- /ko -->
339
339
</div>
340
-
{% if not request|toggle_enabled:'SPLIT_SCREEN_CASE_SEARCH' %}
341
-
<divclass="form-group" data-bind="hidden: inlineSearchActive"> {# todo B5: css-form-group #}
{% input_trans module.search_config.search_again_label.label langs input_name='search_again_label' input_id='search_again_label' data_bind="value: search_again_label" %}
356
-
</div>
357
-
</div>
358
-
<div
359
-
class="case-search-multimedia-input"
360
-
data-bind="hidden: inlineSearchActive"
361
-
>
362
-
<!-- stopBinding to avoid conflicts with the binding of enclosing template to a different object 'search'-->
363
-
<!-- binding for this partial is done via app_manager/js/nav_menu_media-->
364
-
<!-- ko stopBinding: true -->
365
-
{% include "app_manager/partials/bootstrap5/nav_menu_media.html" with qualifier='case_search-search_again_label_media_' ICON_LABEL="Search Again Icon" AUDIO_LABEL="Search Again Audio" %}
366
-
<!-- /ko -->
367
-
</div>
368
-
{% endif %}
369
340
<divclass="form-group"> {# todo B5: css-form-group #}
0 commit comments