Page MenuHomePhorge

Display users with no ACTIVE flag as Not Ready, code cleanup
ClosedPublic

Authored by machniak on Mar 27 2023, 1:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 10:28 AM
Unknown Object (File)
Sat, Apr 13, 2:45 PM
Unknown Object (File)
Fri, Apr 12, 9:50 AM
Unknown Object (File)
Tue, Apr 9, 6:28 PM
Unknown Object (File)
Mon, Apr 8, 12:03 AM
Unknown Object (File)
Fri, Apr 5, 12:13 PM
Unknown Object (File)
Thu, Apr 4, 7:52 PM
Unknown Object (File)
Thu, Apr 4, 6:51 AM
Subscribers
Restricted Project

Details

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/status-active-fixes
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 42287
Build 17087: arc lint + arc unit

Event Timeline

machniak created this revision.
mollekopf added inline comments.
src/app/Observers/DomainObserver.php
95

So should we perhaps just do a $domain->status = Domain::STATUS_NEW? Or what do we intend to preserve?

src/app/Observers/DomainObserver.php
95

I suppose the initial idea was to preserve CONFIRMED and VERIFIED state, but now I think every restored domain should get NEW state only. This is not a show stopper for this diff.

  • Make domain NEW (and only NEW) on restore
This revision is now accepted and ready to land.Mar 30 2023, 5:55 PM
This revision was automatically updated to reflect the committed changes.