Actions
Bug #5145
closedUI should raise validation error when key value of custom info exceeds 255 characters
Description
(In reply to Sachin Ghai from comment #0)
Description of problem:
UI should raise validation error when key value of custom info exceeds 255
characters. Currently UI accepts 255 characters for key's value.. However
when we input 256 characters nothing happens on UI even after clicking
'save' button.Version-Release number of selected component (if applicable):
katello-1.4.6-20.el6sat.noarchHow reproducible:
alwaysSteps to Reproduce:
1. Create a custom info with a key and value greater than 255 characters
2.
3.Actual results:
UI doesn't raise validation error.Expected results:
UI should raise validation error on clicking 'save' button.Additional info:
Actions