Page MenuHomePhabricator

[web] Fix default apps
ClosedPublic

Authored by inka on Jan 4 2024, 3:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 5 2024, 11:25 AM
Unknown Object (File)
Apr 5 2024, 11:25 AM
Unknown Object (File)
Apr 5 2024, 11:24 AM
Unknown Object (File)
Apr 5 2024, 11:24 AM
Unknown Object (File)
Feb 19 2024, 8:57 PM
Unknown Object (File)
Feb 19 2024, 6:47 PM
Unknown Object (File)
Feb 19 2024, 6:46 PM
Unknown Object (File)
Feb 19 2024, 8:53 AM
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