HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #901915
Introduce action_by_activity_iterate
0%
Description
Hard coding action ids for activities gets in the way of generic actions.
History
#1
Updated by Sveinung Kvilhaugsvik over 1 year ago
- File 0001-action_by_activity_iterate.patch 0001-action_by_activity_iterate.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist over 1 year ago
Is it going to happen in a future patch, or should action_by_activity_iterate() be implemented via cached activity-action lists and action_list_iterate()? Would only iterate through relevant actions instead of all of them.
#3
Updated by Sveinung Kvilhaugsvik over 1 year ago
Marko Lindqvist wrote:
Is it going to happen in a future patch,
It will now. Good idea, Marko
#4
Updated by Sveinung Kvilhaugsvik over 1 year ago
- Status changed from Resolved to Closed
Marko Lindqvist wrote:
Is it going to happen in a future patch, or should action_by_activity_iterate() be implemented via cached activity-action lists and action_list_iterate()? Would only iterate through relevant actions instead of all of them.
Now Feature #902503