Closed (fixed)
Project:
Enforce User Fields
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2022 at 08:49 UTC
Updated:
5 Dec 2023 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kecsotHow to use the new hook?
Comment #3
kecsotComment #4
kecsotsorry, my bad
Comment #5
kecsotChanges in this patch:
enforce_user_fields.api.php
- $result = $foo_service->isFooBarFilled($account);
+ $result = !$foo_service->isFooBarFilled($account);
Comment #6
kecsotalter for profile module:
Comment #7
kecsotComment #8
kecsotComment #10
cosolom commentedThanks all. BTW need to use alter and not invokeAll for such cases. Will be released shortly