hi,
i needs a custom field, which after input sets its own value to the inserted value connected with
the constant string "TestlinkID = ".
Example :
user input = "13" ==> value of custom field = "TestlinkID = 13".
Any Ideas?
wolfgang reis
You could write a trivial plugin that subclasses the short text or number field, change the basic text display velocity file so its value is shown as "TestLinkID $value". That way people could also sensibly edit it.
You'll need to write code for that. Specifically, a listener that will catch the events where it can be changed and re-writes the value after a user updates it. Or, you could have two fields - one for entry and the other derived or automatically populated (again, by listener)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.