From 14aaceee1fc45cc041b124804849b582a89fef85 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Wed, 24 Jun 2009 12:00:30 +0000 Subject: [PATCH] [LMS-947] changed empty text to a text that is not a valid link because it is not possible to save the same value as emtpy text value SVN: 11533 --- .../ui/vocabulary/VocabularyRegistrationFieldSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/vocabulary/VocabularyRegistrationFieldSet.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/vocabulary/VocabularyRegistrationFieldSet.java index edfa9b8dcb8..b7911d5de92 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/vocabulary/VocabularyRegistrationFieldSet.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/vocabulary/VocabularyRegistrationFieldSet.java @@ -242,7 +242,7 @@ public final class VocabularyRegistrationFieldSet extends FieldSet new VarcharField( messageProvider.getMessage(Dict.VOCABULARY_TERMS_URL_TEMPLATE), false); result.setAutoValidate(false); - result.setEmptyText("http://www.ebi.ac.uk/QuickGO/GTerm?id=$term$"); + result.setEmptyText("for example http://www.ebi.ac.uk/QuickGO/GTerm?id=$term$"); result.setRegex(".*\\$term\\$.*"); result.getMessages().setRegexText( "URL template must contain '$term$', " -- GitLab