Skip to content

[GRDM-60941] Fix: auto-input range for Read IdP Profile#756

Draft
ndnhat1 wants to merge 1 commit into
developfrom
hotfix/nii_grdm_202603_step9/idp_profile_autofill_japanese
Draft

[GRDM-60941] Fix: auto-input range for Read IdP Profile#756
ndnhat1 wants to merge 1 commit into
developfrom
hotfix/nii_grdm_202603_step9/idp_profile_autofill_japanese

Conversation

@ndnhat1

@ndnhat1 ndnhat1 commented Jun 22, 2026

Copy link
Copy Markdown

Purpose

The purpose of these changes is to allow the "Read IdP Profile" button on the Employment tab to automatically populate Japanese-language fields (institution_ja, department_ja) from the IdP (Shibboleth) attributes stored at login.

Changes

  • Store Japanese IdP attributes in frontend ViewModel — Update ListViewModel.unserialize() to store idp_attr_institution_ja and idp_attr_department_ja from the API response, in addition to the already-stored idp_attr_institution and idp_attr_department.
  • Apply Japanese IdP attributes on "Read IdP Profile" — Update ListViewModel.setContentFromIdP() to write institution_ja and department_ja into the content model when the corresponding IdP attribute is non-empty.

QA Notes

Documentation

Side Effects

Ticket

60941

…「IdPプロフィールから読込み」リンクの自動入力範囲について: Fix IDP Japanese fields (institution_ja/department_ja) not auto-filled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants