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

fix(items): restore legacy checkout count #1174

Merged
merged 1 commit into from
May 28, 2024

Conversation

PascalRepond
Copy link
Contributor

* Depends on rero/rero-ils#3689.

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
@github-actions github-actions bot added the f: professional ui Professional interface label May 24, 2024
@@ -229,6 +229,23 @@ <h3 translate>Issue data</h3>
[itemPid]="record.metadata.pid"
[permissions]="permissions.PTTR_ACCESS"
></admin-item-fees>
<!-- LEGACY CHECKOUT COUNT -->
@if (record.metadata | keyExists:'legacy_checkout_count') {
Copy link
Contributor

Choose a reason for hiding this comment

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

or record?.metadata?.legacy_checkout_count != null

@PascalRepond PascalRepond merged commit c2a573d into rero:staging May 28, 2024
3 checks passed
@PascalRepond PascalRepond deleted the rep-restore-legacy branch May 28, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: professional ui Professional interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants