Skip to content

Commit

Permalink
fallback for wrong data
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Jun 6, 2024
1 parent 6d752f3 commit f4bcd2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/webfrontend/mask-splitter-default-values.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ class ez5.ShowPoolDefaultValuesInMask extends CustomMaskSplitter
if isDefaultValue
cuiLabelLabel = cuiLabelLabel + ' (' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'

console.log "fieldLabel", fieldLabel
console.log "typeof fieldLabel", typeof fieldLabel

console.log "cuiLabelLabel", cuiLabelLabel
console.log "typeof cuiLabelLabel", typeof cuiLabelLabel

unless typeof cuiLabelLabel is 'string'
cuiLabelLabel = '(' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'

Expand Down

0 comments on commit f4bcd2c

Please sign in to comment.