mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 04:34:06 +08:00
Adding missed project comment activities [SCI-3250] (#1612)
* Adding missed project comment activities * Fix markup
This commit is contained in:
parent
913bdd91be
commit
5c8f976ad1
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Extends
|
|||
}.freeze
|
||||
|
||||
ACTIVITY_GROUPS = {
|
||||
projects: [*0..7],
|
||||
projects: [*0..7, 32, 33, 34],
|
||||
task_results: [*23..26, 40, 41, 42, 99],
|
||||
task: [*8..14, 35, 36, 37, 53, 54, *58..69],
|
||||
task_protocol: [*15..22, 45, 46, 47, 38, 39, 100],
|
||||
|
|
Loading…
Reference in a new issue