Project

General

Profile

Actions

Bug #7183

closed

activateUser causing a user store even when not necessary

Added by krileon almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
Start date:
12 June 2018
Due date:
% Done:

100%

Estimated time:

Description

When activateUser is called and the user is confirmed and approved it sets block to 0 and causes a user store that doesn't fire an update event. This causes problems for registrations that are already confirmed and approved breaking changes to users made during the new registration triggers to be lost if not done on the user object by reference. It'll do that store even though it's entirely unnecessary. That store should check if block is == 1 before bothering to set it to 0 as if it's already 0 there's no reason to store.

Actions #1

Updated by krileon almost 6 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed in MR !1329

Actions #2

Updated by krileon almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF