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 problem first in version 12.4.22. But it's occurring on the current main branch as well! 

 How to reproduce: 
 * @ALTER TABLE be_users ADD column zzz_deleted_cruser_id INT(11);@ 
 * Try and save a be_users record 

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

Back