-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP30, 7.0.X EE, 7.0.4 CE GA5, 7.1.X, Master
-
Component/s: Dynamic Data Mapping
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1.25
-
Fix Priority:4
-
Git Pull Request:
When you specify a small image url for a template the max length is 75 characters, that is too short.
1. Start Liferay Portal
2. Create a new Application Display Template: Add > Asset Publisher Template
3. Enter details:
- Name: Test
- Language: Freemarker
- Description: Test
- Small Image: tick
- Small Image URL: tick
Expected Behavior: the small image url should not be limited to 75 characters.
Actual Behavior: the small image url is limited to 75 characters.
Master: the issue can not reproduce, issue has been fixed. 111915e1e60ffa7877ed63c9f4ce03ad22cf3052
ee-7.0.x: can be reproduced. 7bebc03359cf79c98623fa1e84284085d8a10ba9
- causes
-
LPS-73385 SmallImageURL column of DDMTemplate should be type of STRING instead of TEXT
- Closed