mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
next try for VALID criteria
This commit is contained in:
parent
9c63bf66ab
commit
edc4fedb43
@ -140,9 +140,13 @@ const itemType = computed(() => {
|
||||
console.log('TransactionLink.itemType... SELF_CREATOR')
|
||||
return 'SELF_CREATOR'
|
||||
}
|
||||
if (!linkData.value.redeemedAt && !linkData.value.deletedAt) {
|
||||
if (
|
||||
(!isRedeemJwtLink.value && !linkData.value.redeemedAt && !linkData.value.deletedAt) ||
|
||||
isRedeemJwtLink.value
|
||||
) {
|
||||
console.log('TransactionLink.itemType... VALID')
|
||||
console.log('TransactionLink.itemType... validLink=', validLink.value)
|
||||
console.log('TransactionLink.itemType... linkData=', linkData.value)
|
||||
return 'VALID'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user