worker.json 618 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "worker",
  3. "label": "Pracownik",
  4. "list_label": "Pracownicy",
  5. "parent_object": "user",
  6. "fields": {
  7. "ID": {},
  8. "ADM_ACCOUNT": {},
  9. "ADM_NAME": {},
  10. "ref_LOCAL_EMAIL": {
  11. "label": "Adresy email lokalnej poczty",
  12. "type": "ref",
  13. "ref_config": {
  14. "name": "user__ref__local_email",
  15. "target": "local_email",
  16. "default_db_cache_fields": {
  17. "target": "remote",
  18. "from": "ID",
  19. "to": "ID_ADMIN_USERS"
  20. }
  21. },
  22. "outputSeparator": ", "
  23. }
  24. },
  25. "default_db_cache_fields": {
  26. "EMPLOYEE_TYPE": "Pracownik"
  27. }
  28. }