summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhit Adlakha <adlakhashobhit@gmail.com>2019-09-10 11:28:10 -0400
committerShobhit Adlakha <adlakhashobhit@gmail.com>2019-09-10 11:28:10 -0400
commit4e18ba7e7a1143cebf8129d487d9352d34ba0c6a (patch)
tree6c3b5e308e406c22ddac09b41e8d392d4cc8086a
parented58cf1a6725661e658a0e0166ab7a47ff2a66db (diff)
downloadsdl_core-fix/missing_templatetitle_minlength.tar.gz
Re-add minlength attribute for templateTitle parameterfix/missing_templatetitle_minlength
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 8ad9acb6d8..d4397fdd5b 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5503,7 +5503,7 @@
If any text field contains no tags or the none tag, the metadata tag for that textfield should be removed.</description>
</param>
- <param name="templateTitle" type="String" maxlength="100" mandatory="false" since="6.0">
+ <param name="templateTitle" type="String" minlength="0" maxlength="100" mandatory="false" since="6.0">
<description>
The title of the new template that will be displayed.
How this will be displayed is dependent on the OEM design and implementation of the template.