[ARVADOS-WORKBENCH2] updated: 1.3.0-34-gfa1f1c3

Git user git at public.curoverse.com
Thu Dec 6 08:50:13 EST 2018


Summary of changes:
 src/views/my-account-panel/my-account-panel-root.tsx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  fa1f1c301a58d163e452ca9d14d326934a403f17 (commit)
      from  a29cf3418b6c301c0f531cecb7db4c721e7eb014 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fa1f1c301a58d163e452ca9d14d326934a403f17
Author: Pawel Kromplewski <pawel.kromplewski at contractors.roche.com>
Date:   Thu Dec 6 14:50:03 2018 +0100

    Use required attribute for required fields in my account
    
    Feature #14452
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kromplewski <pawel.kromplewski at contractors.roche.com>

diff --git a/src/views/my-account-panel/my-account-panel-root.tsx b/src/views/my-account-panel/my-account-panel-root.tsx
index c92c48d..e6a2763 100644
--- a/src/views/my-account-panel/my-account-panel-root.tsx
+++ b/src/views/my-account-panel/my-account-panel-root.tsx
@@ -99,10 +99,11 @@ export const MyAccountPanelRoot = withStyles(styles)(
                             </Grid>
                             <Grid item className={classes.gridItem}>
                                 <Field
-                                    label="*Organization"
+                                    label="Organization"
                                     name="prefs.profile.organization"
                                     component={TextField}
                                     validate={MY_ACCOUNT_VALIDATION}
+                                    required
                                 />
                             </Grid>
                             <Grid item className={classes.gridItem}>
@@ -135,10 +136,11 @@ export const MyAccountPanelRoot = withStyles(styles)(
                             <Grid item className={classes.gridItem} />
                             <Grid item className={classes.gridItem}>
                                 <Field
-                                    label="*E-mail at Organization"
+                                    label="E-mail at Organization"
                                     name="prefs.profile.organization_email"
                                     component={TextField}
                                     validate={MY_ACCOUNT_VALIDATION}
+                                    required
                                 />
                             </Grid>
                         </Grid>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list