[rt-users] How to modify/get rid of Custom Field Label "Input must match [Mandatory]"
Kevin Falcone
falcone at bestpractical.com
Thu Jun 27 16:03:27 EDT 2013
On Thu, Jun 27, 2013 at 07:00:38AM -0700, Duncan Napier wrote:
> The label is cryptic and confusing to my end-users. I don't really need any regular expressions (other than the standard checks for escape or overflow inputs) as users input their supervisor/dept in one mandatory custom field and their location in a second. I've looked around at suggestions this maillist and at the code in
>
> rt/local/lib/RT/CustomField.pm
>
> I don't want to change any functionality within the module - it seems to be a whole lot of questionable modification to change a trivial label. Any suggestions?
To hide it, use the css class on that div.
To change it, make a custom en.po with something like
msgid "Input must match %1"
msgstr "Enter something"
-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 235 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130627/f0d3c34c/attachment.sig>
More information about the rt-users
mailing list