Skip to content

Commit

Permalink
VPGE-54: updated field labels (#82)
Browse files Browse the repository at this point in the history
* VPGE-54: updated field labels

* fixing tests

* do not redirect during tests

* update to composer.json

* updated kernel tests

* renamed test

* updated theme name in core.extensions

* mock settings in event subscriber test

* updated the name for the stanford_profile_admin_theme

* updated kernel permission test

* updated stanford_profile_admin_theme dependencies in config

* updated some tests
  • Loading branch information
imonroe authored Feb 8, 2024
1 parent 653ab79 commit 80bf5ea
Show file tree
Hide file tree
Showing 9 changed files with 585 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ id: node.fellowship_funding.su_vpge_fellowship_app_period
field_name: su_vpge_fellowship_app_period
entity_type: node
bundle: fellowship_funding
label: 'Application Period'
label: 'Nomination Period'
description: 'Enter in the date(s) for this fellowship/funding opportunity (e.g., Feb/March or Feb 28).'
required: false
translatable: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ dependencies:
- field.storage.node.su_vpge_fellowship_how_apply
- node.type.fellowship_funding
module:
- allowed_formats
- text
id: node.fellowship_funding.su_vpge_fellowship_how_apply
field_name: su_vpge_fellowship_how_apply
entity_type: node
bundle: fellowship_funding
label: 'How to Apply'
label: 'Nomination Process'
description: 'Instructions on how to apply.'
required: false
translatable: false
Expand Down
Loading

0 comments on commit 80bf5ea

Please sign in to comment.