Skip to content
Snippets Groups Projects

Fix: Working path matching

Merged Benedikt Heinrichs requested to merge Hotfix/2765-encodingAgain into main
9 files
+ 56
28
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -34,7 +34,10 @@
>
<!-- number of characters -->
<template #hint>
{{ v$.projectForManipulation.principleInvestigators.$model.length }} / {{ v$.projectForManipulation.principleInvestigators.maxLength.$params.max }}
{{ v$.projectForManipulation.principleInvestigators.$model.length }} /
{{
v$.projectForManipulation.principleInvestigators.maxLength.$params.max
}}
</template>
<b-form-input
id="PrincipleInvestigators"
@@ -278,7 +281,8 @@
>
<!-- number of characters -->
<template #hint>
{{ v$.projectForManipulation.grantId.$model.length }} / {{ v$.projectForManipulation.grantId.maxLength.$params.max }}
{{ v$.projectForManipulation.grantId.$model.length }} /
{{ v$.projectForManipulation.grantId.maxLength.$params.max }}
</template>
<b-form-input
id="GrantId"
Loading