mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
Merged 2.0.0-m3
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -741,7 +741,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- test libraries -->
|
<!-- test libraries -->
|
||||||
<mockito.version>2.10.0</mockito.version>
|
<mockito.version>2.23.0</mockito.version>
|
||||||
<hamcrest.version>1.3</hamcrest.version>
|
<hamcrest.version>1.3</hamcrest.version>
|
||||||
<junit.version>5.2.0</junit.version>
|
<junit.version>5.2.0</junit.version>
|
||||||
|
|
||||||
|
|||||||
@@ -15,11 +15,14 @@ i18n
|
|||||||
.init({
|
.init({
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
|
|
||||||
|
// try to load only "en" and not "en_US"
|
||||||
|
load: "languageOnly",
|
||||||
|
|
||||||
// have a common namespace used around the full app
|
// have a common namespace used around the full app
|
||||||
ns: ["commons"],
|
ns: ["commons"],
|
||||||
defaultNS: "commons",
|
defaultNS: "commons",
|
||||||
|
|
||||||
debug: true,
|
debug: false,
|
||||||
|
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false // not needed for react!!
|
escapeValue: false // not needed for react!!
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ class UserForm extends React.Component<Props, State> {
|
|||||||
mail: "",
|
mail: "",
|
||||||
password: "",
|
password: "",
|
||||||
admin: false,
|
admin: false,
|
||||||
active: false,
|
active: true,
|
||||||
_links: {}
|
_links: {}
|
||||||
},
|
},
|
||||||
mailValidationError: false,
|
mailValidationError: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user