Commit 4acf6d5f authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issues for OpenACS installer

parent 48b7400e
...@@ -14,8 +14,9 @@ ...@@ -14,8 +14,9 @@
<vendor url="http://www.project-open.com/">]project-open[</vendor> <vendor url="http://www.project-open.com/">]project-open[</vendor>
<release-date>2016-11-15</release-date> <release-date>2016-11-15</release-date>
<provides url="intranet-forum" version="3.4.0.2.0"/> <provides url="intranet-forum" version="5.0.0.0.0"/>
<requires url="intranet-core" version="3.4.0.0.0"/> <requires url="intranet-core" version="5.0.0.0.0"/>
<requires url="intranet-search-pg" version="5.0.0.0.0"/>
<callbacks> <callbacks>
</callbacks> </callbacks>
......
...@@ -403,7 +403,7 @@ if {$action_type eq "new_message"} { ...@@ -403,7 +403,7 @@ if {$action_type eq "new_message"} {
# A new taks/incident is in status "Assigned" # A new taks/incident is in status "Assigned"
set topic_status_id [im_topic_status_id_assigned] set topic_status_id [im_topic_status_id_assigned]
} else { } else {
# It's a discussion or news item without attached workflow, # It's a discussion or news item without assignments etc.
# So the status is "open". # So the status is "open".
set topic_status_id [im_topic_status_id_open] set topic_status_id [im_topic_status_id_open]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment