Merged 2.0.0-m3

This commit is contained in:
philipp
2018-11-21 10:37:42 +01:00
3 changed files with 6 additions and 3 deletions

View File

@@ -741,7 +741,7 @@
<properties>
<!-- test libraries -->
<mockito.version>2.10.0</mockito.version>
<mockito.version>2.23.0</mockito.version>
<hamcrest.version>1.3</hamcrest.version>
<junit.version>5.2.0</junit.version>

View File

@@ -15,11 +15,14 @@ i18n
.init({
fallbackLng: "en",
// try to load only "en" and not "en_US"
load: "languageOnly",
// have a common namespace used around the full app
ns: ["commons"],
defaultNS: "commons",
debug: true,
debug: false,
interpolation: {
escapeValue: false // not needed for react!!

View File

@@ -36,7 +36,7 @@ class UserForm extends React.Component<Props, State> {
mail: "",
password: "",
admin: false,
active: false,
active: true,
_links: {}
},
mailValidationError: false,