We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c084c commit cc51f74Copy full SHA for cc51f74
1 file changed
webroot/src/models/LicenseHistoryItem/LicenseHistoryItem.model.ts
@@ -95,8 +95,7 @@ export class LicenseHistoryItem implements InterfaceLicenseHistoryItem {
95
} else if (updateType === 'licenseDeactivation') {
96
noteDisplay = this.$t('licensing.licenseDeactivationNote');
97
} else if (updateType === 'encumbrance') {
98
- // For encumbrance events, use npdbCategories if available (new format)
99
- // Otherwise fall back to serverNote for backward compatibility
+ // For encumbrance events, use npdbCategories
100
if (this.npdbCategories && this.npdbCategories.length > 0) {
101
const npdbTypes = this.$tm('licensing.npdbTypes') || [];
102
const categoryNames = this.npdbCategories
0 commit comments