mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 21:25:32 +00:00
changed logs to check for expiration
This commit is contained in:
parent
af5d4ad26a
commit
3bb4ece631
@ -113,7 +113,7 @@ const validLink = computed(() => {
|
||||
})
|
||||
|
||||
const itemType = computed(() => {
|
||||
console.log('TransactionLink.itemType... linkData=', linkData)
|
||||
console.log('TransactionLink.itemType... linkData.value=', linkData.value)
|
||||
if (linkData.value.deletedAt) {
|
||||
console.log('TransactionLink.itemType... TEXT_DELETED')
|
||||
return 'TEXT_DELETED'
|
||||
@ -164,7 +164,7 @@ const itemType = computed(() => {
|
||||
) {
|
||||
console.log('TransactionLink.itemType... VALID')
|
||||
console.log('TransactionLink.itemType... validLink=', validLink.value)
|
||||
console.log('TransactionLink.itemType... linkData=', linkData.value)
|
||||
console.log('TransactionLink.itemType... linkData.value=', linkData.value)
|
||||
return 'VALID'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user