Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
7325d7ca
Verified
Commit
7325d7ca
authored
Apr 17, 2020
by
Florent Chehab
Browse files
fix(frontend): scholarship creation error
parent
69af78c1
Pipeline
#59905
passed with stages
in 4 minutes and 47 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7325d7ca
...
...
@@ -15,6 +15,7 @@
-
[fix] frontend previous departure filter major / minor
-
[feat] frontend smarter
`withNetworkWrapper`
HOC (auto update params on props change)
-
[refacto] frontend changed API of
`withNetworkWrapper`
-
[fix] frontend scholarship default value blocking create
## v2.0.0b
...
...
frontend/src/components/university/modules/common/ScholarshipCore.jsx
View file @
7325d7ca
...
...
@@ -7,8 +7,8 @@ export function getScholarshipDefaultModelData() {
return
{
comment
:
""
,
frequency
:
null
,
amount_min
:
""
,
amount_max
:
""
,
amount_min
:
null
,
amount_max
:
null
,
other_advantages
:
""
,
title
:
""
,
short_description
:
""
,
...
...
Florent Chehab
@chehabfl
·
Apr 22, 2020
Author
Owner
This commit also partially took care of
#182
This commit also partially took care of https://gitlab.utc.fr/rex-dri/rex-dri/issues/182
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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