Page MenuHomePhabricator

[web] Fix default apps
ClosedPublic

Authored by inka on Jan 4 2024, 3:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 7:54 AM
Unknown Object (File)
Fri, Oct 18, 4:12 AM
Unknown Object (File)
Thu, Oct 17, 5:11 AM
Unknown Object (File)
Thu, Oct 17, 5:10 AM
Unknown Object (File)
Thu, Oct 17, 5:10 AM
Unknown Object (File)
Thu, Oct 17, 5:10 AM
Unknown Object (File)
Tue, Oct 15, 2:35 PM
Unknown Object (File)
Tue, Oct 15, 1:57 PM
Subscribers

Details

Summary

I noticed that on web in default state we used defaultEnabledApps instead of defaultWebEnabledApps. This caused the calendar not to be visible to a just logged in user. This was also inconsitent with the fact that in the reduceEnabledApps reducer we set enabledApps to defaultWebEnabledApps on logout.
This was introduced in D9145 and Michał says that it's a mistake.

Test Plan

Tested that the correct default is used now.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable