You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two new cartridge role properties were introduced in
tarantool/cartridge#1217:
```
implies_router = true,
implies_storage = true,
```
They're necessary to preserve Cartridge WebUI operability (bootstrap
vshard button visible) even if vshard roles are hidden explicitly.
This patch adds these properties to the crud roles, as they
already have corresponding dependencies.
0 commit comments