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
F12023331: D4223.id12161.diff
Sun, May 5, 10:31 PM
F12014499: D4223.id.diff
Sun, May 5, 5:19 AM
Unknown Object (File)
Thu, May 2, 9:46 AM
Unknown Object (File)
Wed, Apr 24, 12:45 AM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
Unknown Object (File)
Sun, Apr 21, 5:11 PM
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 42191
Build 17024: arc lint + arc unit

Event Timeline

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

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

src/app/Observers/DomainObserver.php
97

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.