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

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


    from 2057fb03 AIRAVATA-3564 Hook up admin UI to store/REST API
     new 5b7b9b71 AIRAVATA-3564 Save common extended user profile fields
     new ff79032b AIRAVATA-3564 Add new fields and save
     new 141421a1 AIRAVATA-3564 Add, remove and reorder choices
     new aaf2f2c6 AIRAVATA-3564 Control whether an "Other" option is available
     new 7d5bd315 AIRAVATA-3564 Allow adding and removing Links
     new 70a657a1 AIRAVATA-3564 UI for reordering and deleting fields
     new 0f94300e AIRAVATA-3564 Adding validation to extended user profile 
fields
     new 64387832 AIRAVATA-3564 Some styling and layout improvements

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../users/ExtendedUserProfileContainer.vue         | 149 ++++-----
 .../ExtendedUserProfileFieldEditor.vue             | 366 +++++++++++++++++++++
 .../src/store/modules/extendedUserProfile.js       | 151 ++++++++-
 .../api/static/django_airavata_api/js/index.js     |   6 +
 .../js/models/ExtendedUserProfileField.js          |  36 ++
 .../js/models/ExtendedUserProfileFieldChoice.js    |  21 +-
 .../js/models/ExtendedUserProfileFieldLink.js      |  15 +
 .../js/components/ExtendedUserProfileEditor.vue    |  16 +-
 ... ExtendedUserProfileMultiChoiceValueEditor.vue} |   8 +-
 ...ExtendedUserProfileSingleChoiceValueEditor.vue} |   8 +-
 ....vue => ExtendedUserProfileTextValueEditor.vue} |   8 +-
 ...xtendedUserProfileUserAgreementValueEditor.vue} |   8 +-
 ...itor.vue => ExtendedUserProfileValueEditor.vue} |   0
 .../js/store/modules/extendedUserProfile.js        |   2 +-
 django_airavata/static/common/scss/main.scss       |   5 +
 15 files changed, 676 insertions(+), 123 deletions(-)
 create mode 100644 
django_airavata/apps/admin/static/django_airavata_admin/src/components/users/field-editors/ExtendedUserProfileFieldEditor.vue
 rename 
django_airavata/apps/auth/static/django_airavata_auth/js/components/{ExtendedUserProfileMultiChoiceFieldEditor.vue
 => ExtendedUserProfileMultiChoiceValueEditor.vue} (94%)
 rename 
django_airavata/apps/auth/static/django_airavata_auth/js/components/{ExtendedUserProfileSingleChoiceFieldEditor.vue
 => ExtendedUserProfileSingleChoiceValueEditor.vue} (94%)
 rename 
django_airavata/apps/auth/static/django_airavata_auth/js/components/{ExtendedUserProfileTextFieldEditor.vue
 => ExtendedUserProfileTextValueEditor.vue} (86%)
 rename 
django_airavata/apps/auth/static/django_airavata_auth/js/components/{ExtendedUserProfileUserAgreementFieldEditor.vue
 => ExtendedUserProfileUserAgreementValueEditor.vue} (89%)
 rename 
django_airavata/apps/auth/static/django_airavata_auth/js/components/{ExtendedUserProfileFieldEditor.vue
 => ExtendedUserProfileValueEditor.vue} (100%)

Reply via email to