Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 730
TitelFeature/ll 1133 enable passwort update in user import
Beschreibunghttp://jira.learningsystem.de/browse/LL-1133
Statusmerged
Created at 2023-01-12T16:00:42.863Z
Updated at 2023-01-30T10:20:52.670Z
Source branchfeature/LL-1133-enable-passwort-update-in-user-import
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 1 commit
  • 48710450 - user import: reworked behaviour for column "Active":
Compare with previous version
Gregor Gabriel 2023-01-13T09:34:41.510Z
added 5 commits
  • 0446e96f - changed system language column import behaviour:
  • 0a21f75c - changed user import behaviour for roles:
  • 4928d8de - - allow to reset groups
  • 24e54e64 - added roles to sampe user import excel files
  • d33fecaf - checked wrong field for gruppe_reset
Compare with previous version
Gregor Gabriel 2023-01-13T13:09:33.570Z
added 1 commit
  • 40b0fe6c - added column "Aktiv" to sample user import excel
Compare with previous version
Gregor Gabriel 2023-01-13T13:28:16.550Z
added 1 commit
  • 5b866557 - handle potentially missing column "Systemsprache"
Compare with previous version
Gregor Gabriel 2023-01-13T13:33:30.290Z
added 1 commit
  • 429f1524 - for organization units / groups / roles: expanded the note on the import page…
Compare with previous version
Gregor Gabriel 2023-01-13T15:30:42.129Z
added 1 commit
  • 3ba665f5 - Updated markup; exchanged simple file input for bootstrap's custom file input;
Compare with previous version
Sascha Immig 2023-01-24T16:03:54.186Z
added 2 commits
  • fbc6770f - moved submit button with form
  • 8fee16c6 - added new badge color type: badge-muted
Compare with previous version
Sascha Immig 2023-01-25T09:08:10.899Z
added 1 commit
  • 00747066 - Updated import help:
Compare with previous version
Sascha Immig 2023-01-30T10:03:44.483Z
merged Sascha Immig 2023-01-30T10:20:52.781Z

Merge Commits

Title Id Author Created at Message
Updated import help: 00747066eaab9b955c7aee7fd8ae777bf9d40ff2 TUV\immigs 2023-01-30T10:03:33.000Z Updated import help: - updated layout - converted <ul> to <table> - added missing information - corrected deprecated information - reorganized language file(s) - fixed typo in param
changed system language column import behaviour: 0446e96fbbb748a85ca4dfe288099607284d341c TUV\gabrielg 2023-01-13T09:54:50.000Z changed system language column import behaviour: - if set then set (whether create or update) - if empty only set when the user is created ( default = config('language.default.system') ) - if empty during update: do not touch the value!
changed user import behaviour for roles: 0a21f75cc21e19894e4063fbd38beb3fb86fa39b TUV\gabrielg 2023-01-13T10:17:22.000Z changed user import behaviour for roles: - if empty: do not change the roles / set no role
added roles to sampe user import excel files 24e54e647706e330aef7702180945915cffc8e2a TUV\gabrielg 2023-01-13T12:56:28.000Z added roles to sampe user import excel files
added column "Passwort-Reset" to sample user import excel files 2fb854cf11e6b00c0270917ec623426b80c39b86 TUV\gabrielg 2023-01-12T13:12:01.000Z added column "Passwort-Reset" to sample user import excel files
Updated markup; exchanged simple file input for bootstrap's custom file input; 3ba665f5746f733f921c1dd9bb73d03bfd5a5ade TUV\immigs 2023-01-24T16:03:45.000Z Updated markup; exchanged simple file input for bootstrap's custom file input;
added column "Aktiv" to sample user import excel 40b0fe6c861ea1e65d48f7c57ce02ff9f8b54748 TUV\gabrielg 2023-01-13T13:28:08.000Z added column "Aktiv" to sample user import excel
for organization units / groups / roles: expanded the note on the import page… 429f152436a31f720708f42bb4c730f2ae750827 TUV\gabrielg 2023-01-13T15:30:35.000Z for organization units / groups / roles: expanded the note on the import page and include details on the "Organization units reset" and "group reset" functionality
user import: reworked behaviour for column "Active": 487104503d30fec40f7d73724eee4ba52e6dd0af TUV\gabrielg 2023-01-13T09:34:35.000Z user import: reworked behaviour for column "Active": + if set (0 or 1) then set (regardless of whether initial or update) + if empty only set when the user is created (true = default) + if empty during update: do not touch the value!
- allow to reset groups 4928d8de73dc28a962fab1dab0af3c16f63fc459 TUV\gabrielg 2023-01-13T12:35:46.000Z - allow to reset groups - allow to reset roles - validate roles data
handle potentially missing column "Systemsprache" 5b86655773fe275bf264a8d2508f5817b948a000 TUV\gabrielg 2023-01-13T13:33:26.000Z handle potentially missing column "Systemsprache"
added new badge color type: badge-muted 8fee16c649368c5ece146db057a0c7fc74fa1eb0 TUV\immigs 2023-01-25T09:07:52.000Z added new badge color type: badge-muted
allow to change or reset user password by user import c6227b753708712607f1ff1d383de2d8155a058e TUV\gabrielg 2023-01-12T14:54:36.000Z allow to change or reset user password by user import
checked wrong field for gruppe_reset d33fecaf44fe07488d0ff790f04bd7048a807978 TUV\gabrielg 2023-01-13T13:09:28.000Z checked wrong field for gruppe_reset
+ refactored CoreUserDataModified class f2a2f4fa6ebc67df4e8324c8385e7cf8faeb988c TUV\gabrielg 2023-01-12T15:58:46.000Z + refactored CoreUserDataModified class + fixed eddor in User::routeNotificationForMail
moved submit button with form fbc6770fa704b3e62bd4830e6ae1710941262483 TUV\immigs 2023-01-25T08:07:49.000Z moved submit button with form