@objectstack/platform-objects 5.2.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -381,12 +381,12 @@ var SysActivity = ObjectSchema.create({
381
381
  group: "Target"
382
382
  }),
383
383
  // ── Context ──────────────────────────────────────────────────
384
- project_id: Field.lookup("sys_project", {
385
- label: "Project",
384
+ environment_id: Field.lookup("sys_environment", {
385
+ label: "Environment",
386
386
  required: false,
387
387
  readonly: true,
388
388
  searchable: true,
389
- description: "Project context (multi-project deployments)",
389
+ description: "Environment context (multi-environment deployments)",
390
390
  group: "Context"
391
391
  }),
392
392
  metadata: Field.textarea({
@@ -402,7 +402,7 @@ var SysActivity = ObjectSchema.create({
402
402
  { fields: ["actor_id"] },
403
403
  { fields: ["object_name", "record_id"] },
404
404
  { fields: ["type"] },
405
- { fields: ["project_id"] }
405
+ { fields: ["environment_id"] }
406
406
  ],
407
407
  enable: {
408
408
  trackHistory: false,