Update assigned_to handling on front end & debug task assignment.

This commit is contained in:
Patrick Fic
2024-04-19 09:22:20 -07:00
parent fb322f760f
commit 2a8846297f
24 changed files with 88 additions and 34 deletions

View File

@@ -2335,6 +2335,13 @@
table:
name: jobs
schema: public
- name: tasks
using:
foreign_key_constraint_on:
column: assigned_to
table:
name: tasks
schema: public
- name: timetickets
using:
foreign_key_constraint_on:
@@ -5678,15 +5685,15 @@
name: tasks
schema: public
object_relationships:
- name: assigned_to_employee
using:
foreign_key_constraint_on: assigned_to
- name: bill
using:
foreign_key_constraint_on: billid
- name: bodyshop
using:
foreign_key_constraint_on: bodyshopid
- name: employee
using:
foreign_key_constraint_on: assigned_to
- name: job
using:
foreign_key_constraint_on: jobid
@@ -5736,6 +5743,7 @@
- role: user
permission:
columns:
- assigned_to
- billid
- bodyshopid
- completed
@@ -5807,7 +5815,7 @@
columns: '*'
update:
columns:
- bodyshopid
- assigned_to
retry_conf:
interval_sec: 10
num_retries: 3