Skip to content

Commit

Permalink
Merge pull request #148 from RRZE-Webteam/FAU-434
Browse files Browse the repository at this point in the history
[FAU-434] Remove campo keys from degree program revision data
  • Loading branch information
zhyian authored Sep 4, 2024
2 parents 4f793bc + 7a246d5 commit 88568ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `date` and `modified` degree program REST API properties.
- `fau/v1/degree-program/index` REST API endpoint.

### Changed

- Removed campo keys from degree program revision data.

## [2.0.1] - 2024-08-07

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ public function findRevision(DegreeProgramId $revisionId): ?DegreeProgramRevisio
DegreeProgram::COMBINATIONS => $this->combinationsToContextualIdList($rawRevision->combinations()),
DegreeProgram::LIMITED_COMBINATIONS => $this->combinationsToContextualIdList($rawRevision->limitedCombinations()),
DegreeProgram::APPLY_NOW_LINK => $this->structureToContextualId($rawRevision->applyNowLink()),
DegreeProgram::CAMPO_KEYS => implode(', ', $rawRevision->campoKeys()->asArray()),
],
self::multilingualStringToFlatArray(DegreeProgram::ENTRY_TEXT, $rawRevision->entryText()),
);
Expand Down

0 comments on commit 88568ff

Please sign in to comment.