Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
Websites
membership.eclipse.org
Commits
482a7295
Commit
482a7295
authored
Jul 28, 2021
by
Martin Lowe
🇨🇦
Committed by
Martin Lowe
Jul 28, 2021
Browse files
Remove checks that would cause form to fail validation on initial post
parent
fd4cf4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/eclipsefoundation/react/dto/MembershipForm.java
View file @
482a7295
...
...
@@ -45,9 +45,7 @@ public class MembershipForm extends BareNode implements TargetedClone<Membership
@GenericGenerator
(
name
=
"system-uuid"
,
strategy
=
"uuid"
)
private
String
id
;
private
String
userID
;
@NotBlank
(
message
=
"Membership level cannot be blank"
)
private
String
membershipLevel
;
@NotNull
(
message
=
"Signing authority cannot be null"
)
private
boolean
signingAuthority
;
@NotBlank
(
message
=
"Purchase order state cannot be blank"
)
private
String
purchaseOrderRequired
;
...
...
Write
Preview
Markdown
is supported
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