Skip to content

Commit

Permalink
Merge pull request #152 from bkd-mba-fbi/bug-SocialSecurityNumberOk
Browse files Browse the repository at this point in the history
Handle SocialSecurityNumberOk on backend
  • Loading branch information
schefbi authored Jun 27, 2022
2 parents 3bb73ad + 3b573a5 commit fd0165d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kursausschreibung 3.3.3
# kursausschreibung 3.3.4
[![Build 🏭🚀](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml/badge.svg)](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml)

# Documentation
Expand Down
4 changes: 0 additions & 4 deletions app/routes/list/category/event/confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ function createPerson(addressData) {

// add id
addressData.Id = parseInt(personId);

//On duplicat Person itz not allowed to update SocialSecurityNumber
delete addressData.SocialSecurityNumber;

return putPerson(addressData, personId)
.then(() => personId)
.catch(error => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kursausschreibung",
"version": "3.3.2",
"version": "3.3.4",
"private": true,
"description": "Evento JS Module for online course announcement",
"license": "MIT",
Expand Down

0 comments on commit fd0165d

Please sign in to comment.