Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new field internerBezeicher (internal_identifier) #393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svenow
Copy link
Contributor

@svenow svenow commented Jan 22, 2025

systopia-reference: 25581

Added new field internalIdentifier to:

  • form json-schema of aul-specific funding programms
  • form ui-schema of aul-specific funding programms
  • html template of aul-specific funding programms

Adjusted unit tests and updated localisation.

updated localisation

fixed wrong intendations, tool long lines (code sniffer warnings)

added new json-schema field internerBezeichner to test data in unittests

Fix after rebase
@svenow svenow requested a review from dontub January 22, 2025 07:47
@svenow svenow self-assigned this Jan 22, 2025
value="data.grunddaten.internerBezeichner"
e-ng-required="false"></editable-field>
</div>
`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems not to be intended.

value="data.grunddaten.internerBezeichner"
e-ng-required="false"></editable-field>
</div>
`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems not to be intended.

@@ -78,6 +78,7 @@ public function testValidation(): void {
$grunddaten = (object) [
'titel' => 'Test',
'kurzbeschreibungDesInhalts' => 'foo bar',
'internerBezeichner' => 'interne id',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing this I think we have problems with the field mapping when used in report forms. The value would be mapped to the FundingClearingProcess entity which makes no sense. So this field either has to be read only in clearing forms or the value has to be mapped to the FundingApplicationProcess entity.

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