You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/11/29 23:23:39 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3662 Add placeholder on checkbox label so it is a little clearer what the label is for

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9505ece8 AIRAVATA-3662 Add placeholder on checkbox label so it is a little clearer what the label is for
9505ece8 is described below

commit 9505ece89a70416b56b098b2f687515aee1e2291
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Nov 29 18:23:30 2022 -0500

    AIRAVATA-3662 Add placeholder on checkbox label so it is a little clearer what the label is for
---
 .../components/users/field-editors/ExtendedUserProfileFieldEditor.vue    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
index a8d60d14..0d2d5944 100644
--- a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
+++ b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
@@ -17,6 +17,7 @@
       <b-form-input
         v-model="checkbox_label"
         :state="validateState($v.checkbox_label)"
+        placeholder="E.g. I accept the Terms of Service listed above"
       />
       <b-form-invalid-feedback :state="validateState($v.checkbox_label)"
         >This field is required.</b-form-invalid-feedback