From: Krzysztof B. <kb...@un...> - 2018-12-13 23:12:19
|
Shiraz, W dniu 13.12.2018 o 10:18, Shiraz Memon pisze: > Hi Krzysztof, All, > > After upgrading from 2.4.2 to 2.7.3, as an admin i cannot view the > registration requests, any clues? > That's a bug, I've just checked that we are missing one migration in 2.7.0 in one rather rare case. So this is not related to skipping updates as Sander suggested, rather that you have some special historical registration requests. As this is too late to fix the migration code we will need to create a patch for runtime handling of this discrepancy and align the data in 2.8.0 migration. If you want a quick workaround you can fix the JSON dump and import it again (or export, fix and import). The change in JSON dump would be to change all occurrences of the string "afterRemoteLogin" to "afterRemoteLoginWhenUnknownUser" (including ""). Fix will be in 2.7.4. Krzysztof |