Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Fixed the height of the add record button when reloading the page #17171

Closed
wants to merge 6 commits into from

Conversation

areksolek
Copy link
Contributor

BEFORE:
0ZNsRqA46C

AFTER:
a05voA0Od5

@areksolek areksolek added the ✔ finished This pull request has been finished. label Jun 28, 2023
@areksolek areksolek added this to the YetiForce 6.5 milestone Jun 28, 2023
@blackduck-copilot
Copy link

blackduck-copilot bot commented Jun 28, 2023

Black Duck Security Report

Merging #17171 into developer will not change security risk.

Click here to see full report

@@ -7,7 +7,7 @@
{if !isset($BUTTON_VIEW) }
{assign var=BUTTON_VIEW value=''}
{/if}
<div class="c-btn-link btn-group {if strrpos($BUTTON_VIEW,"listView") !== false && $USER_MODEL->get('rowheight') eq 'narrow'}btn-group-sm{/if} {$CLASS}">
<div class="c-btn-link {if $BUTTON_VIEW neq 'listView'}btn-group{/if}{if $BUTTON_VIEW neq 'listView' && $USER_MODEL->get('rowheight') eq 'narrow'}btn-group-sm{/if} {$CLASS}">
Copy link
Contributor

Choose a reason for hiding this comment

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

Check: listViewBasic, listViewHeader, etc.

@rskrzypczak rskrzypczak added 🔧 AmendmentsRequired This pull request requires some amendments in order to be merged. and removed ✔ finished This pull request has been finished. labels Jun 28, 2023
@areksolek areksolek added ⏸ Not Finished This pull request is not finished. and removed 🔧 AmendmentsRequired This pull request requires some amendments in order to be merged. labels Jul 3, 2023
@areksolek areksolek added ✔ finished This pull request has been finished. and removed ⏸ Not Finished This pull request is not finished. labels Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
✔ finished This pull request has been finished.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants