Fixed Creation Date in Information dialog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-rule-widget@115348 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-12 11:12:19 +00:00 committed by Giancarlo Panichi
parent 801f78e551
commit 97626e1ab5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class RuleInfoDialog extends Dialog {
1, -1, new Margins(0)));
TextField ruleCreationDate = new TextField();
ruleCreationDate.setValue(ruleDescriptionData.getOwnerLogin());
ruleCreationDate.setValue(ruleDescriptionData.getCreationDate());
ruleCreationDate.setReadOnly(true);
FieldLabel ruleCreationDateLabel = new FieldLabel(ruleCreationDate,
"Creation Date");