-
Notifications
You must be signed in to change notification settings - Fork 70
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
DIS-158: Move copied Button group from bottom of checkoutlist to top #2214
DIS-158: Move copied Button group from bottom of checkoutlist to top #2214
Conversation
code/web/release_notes/25.02.00.MD
Outdated
@@ -70,6 +70,10 @@ | |||
|
|||
//alexander | |||
|
|||
//imani | |||
### Other Updates | |||
- Added renew all, renew checked, and export to csv buttons to the top of the checkout list. (*IT*) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lathomas64 this needs the ticket number added to the release notes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdnoble73 added
@@ -23,6 +23,16 @@ | |||
</div> | |||
{/if} | |||
|
|||
<div class="btn-group"> | |||
{if $renewableCheckouts >= 1} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lathomas64 let's do this with 5 or more per Matt's comment on the ticket. Checking with Matt about moving the Export To Excel as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also don't do Export to Excel per the ticket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjusted to 5 or more
<a href="#" onclick="AspenDiscovery.Account.renewSelectedTitles()" class="btn btn-sm btn-default">{translate text="Renew Selected Items" isPublicFacing=true}</a> | ||
<a href="#" onclick="AspenDiscovery.Account.renewAll()" class="btn btn-sm btn-default">{translate text="Renew All" isPublicFacing=true}</a> | ||
{/if} | ||
<a class="btn btn-sm btn-default" id="exportToExcel" onclick="return AspenDiscovery.Account.exportCheckouts('{$source}', $('#accountSort_{$source} option:selected').val());">{translate text="Export to CSV" isPublicFacing=true}</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lathomas64 can you update to not move the Export To CSV button per the Jira issue? That isn't needed both at the top and bottom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed the export button from the upper level of buttons
to test: