Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
stardat
stardat-ddieditor
Commits
43ed24cb
Commit
43ed24cb
authored
Nov 09, 2020
by
Zolghadr, Mahan
Browse files
remove unnecessary method for translate
parent
ea9376b0
Pipeline
#14953
passed with stage
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gesis/stardat/ui/view/question/QuestionAnswerPanel.java
View file @
43ed24cb
...
...
@@ -214,7 +214,6 @@ public class QuestionAnswerPanel extends CustomComponent
htmlPreview
.
setValue
(
selectedCodelist
.
createPreview
()
);
// set back to default language
selectedCodelist
.
setLanguage
(
finalSOURCE_LANG
);
updateMessageStrings
(
getLocale
());
}
)
);
}
);
Component
component
=
mCssButtonLayout
.
getComponent
(
0
);
...
...
@@ -362,8 +361,4 @@ public class QuestionAnswerPanel extends CustomComponent
}
public
void
updateMessageStrings
(
Locale
locale
)
{
translateButtonAnswer
.
setDescription
(
I18N
.
get
(
"QuestionAnswerPanel.translate"
)
);
}
}
Zolghadr, Mahan
@mahan.zolghadr
mentioned in issue
#408 (closed)
·
Nov 10, 2020
mentioned in issue
#408 (closed)
mentioned in issue #408
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment