Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 455
TitelLL-940 split address from subscription
Beschreibung+ Normalisierung des Address-Datenmodells umgesetzt den Umbau des Address-UI macht Markus in einem anderem Zweig
Statusmerged
Created at 2021-07-29T07:13:29.294Z
Updated at 2021-07-30T18:18:29.508Z
Source branchfeature/LL-934-split-address-from-subscription
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 22 commits
  • bd59ad48...4a659410 - 21 commits from branch develop
  • 722165b8 - Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into…
Compare with previous version
Gregor Gabriel 2021-07-29T13:39:39.306Z
changed title from **{-Feature/ll 934-} split address from subscription** to **{+LL-940+} split address from subscription** Sascha Immig 2021-07-29T14:11:52.563Z
changed the description Sascha Immig 2021-07-29T14:11:52.583Z
added 1 commit
  • c1795883 - + added some minor fixes
Compare with previous version
Gregor Gabriel 2021-07-29T14:49:49.645Z
changed the description Gregor Gabriel 2021-07-29T15:07:40.530Z
added 1 commit
  • 13a7474a - + fixed broken extended registration
Compare with previous version
Gregor Gabriel 2021-07-30T08:16:39.363Z
added 1 commit
  • 42755ca3 - adapted migration, so that table addresses firstname and lastname can be null
Compare with previous version
Gregor Gabriel 2021-07-30T13:34:47.164Z
merged Sascha Immig 2021-07-30T18:18:29.572Z
mentioned in commit 208f17a875798cf103489f3d9f1e9d1aa6774c23 Sascha Immig 2021-07-30T18:18:29.657Z

Merge Commits

Title Id Author Created at Message
+ fixed broken extended registration 13a7474abbfea06d5100b89e26a2f56ed62b570a TUV\gabrielg 2021-07-30T08:16:24.000Z + fixed broken extended registration
adapted migration, so that table addresses firstname and lastname can be null 42755ca38026b9680ebc70fff4ebf2c09b2717b8 TUV\gabrielg 2021-07-30T13:34:33.000Z adapted migration, so that table addresses firstname and lastname can be null
Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into… 722165b83d2973b64df2987509914ae7841c3e1a TUV\gabrielg 2021-07-29T13:39:20.000Z Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into feature/LL-934-split-address-from-subscription # Conflicts: # database/factories/SubscriptionFactory.php # resources/views/admin/subscriptions/fields.blade.php # resources/views/admin/subscriptions/includes/client_address_panel.blade.php
+ added migration to separate billing address from subscription 9e1ae8b62d6b38fd41a61d681dd4bd0e686fc5a2 TUV\gabrielg 2021-07-28T15:58:26.000Z + added migration to separate billing address from subscription + renamed client relation address to companyAddress + added billingAddress relation to client + adapted code to work with model changes - some tests still fail
+ adapted tests to new address structure bd59ad4886cdd636db4679adec8068d50a4f3a0b TUV\gabrielg 2021-07-29T06:47:12.000Z + adapted tests to new address structure
+ added some minor fixes c1795883241400de6f50417867d09f306b55b2a0 TUV\gabrielg 2021-07-29T14:49:36.000Z + added some minor fixes