mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Update custom_workflow.rb
Add member to the observable list
This commit is contained in:
parent
e0b602a9e0
commit
896ec1e5e2
@ -21,12 +21,12 @@
|
||||
|
||||
# Custom workflow model
|
||||
class CustomWorkflow < ApplicationRecord
|
||||
OBSERVABLES = %i[issue issue_relation issue_attachments user attachment group group_users project project_attachments
|
||||
OBSERVABLES = %i[issue issue_relation issue_attachments user member attachment group group_users project project_attachments
|
||||
wiki_content wiki_page_attachments time_entry version shared].freeze
|
||||
PROJECT_OBSERVABLES = %i[issue issue_attachments project project_attachments wiki_content wiki_page_attachments
|
||||
time_entry version].freeze
|
||||
COLLECTION_OBSERVABLES = %i[group_users issue_attachments project_attachments wiki_page_attachments].freeze
|
||||
SINGLE_OBSERVABLES = %i[issue issue_relation user group attachment project wiki_content time_entry version].freeze
|
||||
SINGLE_OBSERVABLES = %i[issue issue_relation user member group attachment project wiki_content time_entry version].freeze
|
||||
|
||||
acts_as_list
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user