./phpunit
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK7fbcde301b3e: Display users with no ACTIVE flag as Not Ready, code cleanup
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/status-active-fixes
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 42284 Build 17084: arc lint + arc unit
Event Timeline
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. |