Skip to content
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

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

Open
wants to merge 6 commits into
base: developer
Choose a base branch
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔ finished This pull request has been finished.
Projects
YetiForceCRM
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants