- Issue created by @nathan573
- Assigned to samit.310@gmail.com
- Status changed to Needs work
over 1 year ago 11:58am 20 February 2024 - 🇮🇳India samit.310@gmail.com
HI @nathan573,
this issue has been fixed, please review the patch.
Thanks
Samit K. - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 12:00pm 20 February 2024 - 🇺🇸United States nathan573 New York
Thank you very much samit.310@gmail.com! I've tested this patch out for at least a month now and it's working.
Cheers!
- First commit to issue fork.
- Merge request !25Implement additional option for deleting records for anonymous users and add tests. → (Merged) created by jernejmramor
- First commit to issue fork.
- 🇸🇮Slovenia deaom
The MR is different from the provided patch as it adds the additional option for anonymous users if Count based is selected. Hiding that file.
Tested the functionality manually:- selected count based
- set Max records 1 and 2
- set the delete anonymous records after 1 hour
- created two content types that are tracked
- visited as logged in user and as anonymous use
- checked that the record in DB correctly stores only 1 record when 1 was set up and 2 when max was set to 2
- came back after the hour has passed and checked that the anonymous records were removed but the logged in one stayed.
Functionality works as expected.
I changed the naming of 1 hours to 1 hour, updated phpcs indentation, renamed enitity to entity and ignored basetable (cSpell reported as an issue) and added cSpell ignore to readme for maintainers.
As the review was also requested to be done by @bostian, leaving the status to needs review, but from my POV, it can be merged.
-
jernejmramor →
committed 139674bc on 8.x-1.x
Issue #3413604 by deaom, jernejmramor: When set to "count based" old...
-
jernejmramor →
committed 139674bc on 8.x-1.x
- 🇸🇮Slovenia jernejmramor
@deaom → I've requested review from @boshtian because I wanted someone to review my work prior to merging. Since you've tested and reviewed work done I think that additional reviews aren't needed so I'm marking this as Fixed, and will include this issue into next release. After release is published I will close this ticket.