Project

General

Profile

Bug #105693

Updated by Philipp Kitzberger about 18 hours ago

When having a table column in `be_users` that doesn't correspond to a TCA field definition it's impossible to update a BE user record due tu a ColumnDoesNotExistException: "There is no column with name xyz on table abc" 

 This can happen after doing DB compare and having fields renamed to @zzz_deleted_...@ 

 After dropping them the problem is gone. 

 We noticed this This problem first occurred in version 12.4.22. But it's occurring on the current main branch as well! 12.4.22 and hasn't been noticed before. 

 !Bildschirmfoto%20vom%202024-11-25%2011-02-45.png!

Back