feat: bump client-services (accumulated feature work + deploy fixes)
Snapshot of in-progress work across local_backend, manager_dashboard, and waiter_pwa (pricing, chat, fiscal, prep zones, recovery codes, CRM, inventory, permissions), plus the nginx/docker-compose deploy fixes for the Unraid + NPM reverse-proxy setup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -279,7 +279,7 @@ async def _pull_pending_orders():
|
||||
try:
|
||||
# Use a system user id=1 (first manager/sysadmin) as the opener
|
||||
from models.user import User
|
||||
system_user = db.query(User).filter(User.role.in_(["sysadmin", "manager"])).first()
|
||||
system_user = db.query(User).filter(User.perm_access_dashboard == True).first()
|
||||
opener_id = system_user.id if system_user else 1
|
||||
|
||||
for cloud_order in orders:
|
||||
|
||||
Reference in New Issue
Block a user