Commit d2d6fc4
committed
fix: remove feature flag gate from application read queries
findManyApplications and findOneApplication are basic read queries
needed for core workspace functionality. They should not be gated
behind IS_APPLICATION_ENABLED, which should only protect mutations
(install, uninstall, sync, marketplace operations).
Made-with: Cursor1 parent 34b0628 commit d2d6fc4
File tree
1 file changed
+0
-2
lines changed- packages/twenty-server/src/engine/core-modules/application/application-install
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
0 commit comments