Content
View differences
Updated by Behrokh Satarnejad about 1 year ago
With <mention class="mention" data-id="59915" data-type="work_package" data-text="#59915">#59915</mention> being done, we can finally get rid of the `show_local_breadcrumb` and `default_breadcrumb` methods in code.
Open:
* Can `default_breadcrumb` really be removed or is it needed for Accessibility reasons?
Yes, It can be removed, It is not read out by the screen reader in angular pages like work packages and team planner...
* Can the whole `breadcrumb` element in the `base.html.erb` be removed? There is `view_layouts_base_breadcrumb` in there?
Yes, It is not used with the current page header updates in rails pages, and it was never used in angular pages.
<br>
Open:
* Can `default_breadcrumb` really be removed or is it needed for Accessibility reasons?
Yes, It can be removed, It is not read out by the screen reader in angular pages like work packages and team planner...
* Can the whole `breadcrumb` element in the `base.html.erb` be removed? There is `view_layouts_base_breadcrumb` in there?
Yes, It is not used with the current page header updates in rails pages, and it was never used in angular pages.
<br>