• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Foreach assignees was iterating on the names of the array instead of on the values

Bug fix found when helping Robert with a borked install of bug-tracker.

add after assign/unassign callbacks

    • -0
    • +19
    ./workflow-callback-procs.tcl
  1. … 1 more file in changeset.
Removed stupid workflow::package_key proc that returns the immutable value

of the package key (workflow). I hate pseudo object oriented crap like

this.

Fix so acs_community_member_url can be called without a connection.

Allow search based on role_ids instead of case_ids, allowing search for

assignees on new cases.

Fix picklist implementation to get workflow_id from role_id isntead of

case_id. Case_id isn't really needed in this query since role_id maps to

workflow_id.

Localize message, merge from 5.3

Merging Nima's changes

  1. … 2 more files in changeset.
oracle query trigger_type/outerjoin fix

oracle outerjoin fix

procs for wf ui

rolling back

  1. … 29 more files in changeset.
procs for workflow ui

file graph-procs.tcl was initially added on branch oacs-5-2.

file workflow-tree-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./workflow-tree-procs.tcl
fixing outerjoin for oracle

Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2477 more files in changeset.
added switch to turn off logging of case changes since this produces a lot of waste in acs_objects and content-repository

restoring timoh's addition 1.37.2.1 of the parameter case_id to case::new

Localised label variable for workflow notifications.

Fixing last patch. The workflow notifications were only broken on

workflow_assignee and workflow_my_cases. Exclude workflow_case so that

'watches' proceed as normal.

Fixing last patch. The workflow notifications were only broken on

workflow_assignee and workflow_my_cases. Exclude workflow_case so that

'watches' proceed as normal.

fix date format to be ISO 8601 in preparation to date/time localization

fix date format to be ISO 8601 in preparation to date/time localization

fix date format to be ISO 8601 in preparation to date/time localization

Correctly determine assignees. Someone should double check this.

Correctly get the assignees for the notification. Someone should

doublecheck this.

This patch fixes two bugs in the workflow::case::action::notify proc in

the workflow package. I am not very familiar with the way this package

works so someone should check my work before releasing this into the

wild.

Patch 1 - Retrieve the non-cached version of the activity log. While

debugging my application I noticed that if I fired off two actions quite

quickly the second action's notification would be the same as the first.

Patch 2 - When firing an action that has no assignees the default

behavior is to notify EVERYONE who has subscribed to be notified of

their cases. Since no one has been assigned it's nobody's case yet.

With this change no one will be notified except people who are

subscribed to the workflow if an action occurs on a case without any

assignees.