Skip to content

Commit

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

console.log "cuiLabelLabel", cuiLabelLabel
console.log "typeof cuiLabelLabel", typeof cuiLabelLabel
if ! typeof cuiLabelLabel is 'string'
cuiLabelLabel = '(' + $$('fylr-plugin-default-values-from-pool-default-value.splitter.hint') + ')'

verticalLayout = new CUI.VerticalLayout
class: "fylr-plugin-default-values-from-pool detailmode"
maximize: true
Expand Down

0 comments on commit 2de114b

Please sign in to comment.