liquid_feedback_frontend
diff app/main/interest/_action/update.lua @ 8:374bbc2ff102
Version beta4
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
| author | bsw |
|---|---|
| date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
| parents | afd9f769c7ae |
| children | 42547a48774d |
line diff
1.1 --- a/app/main/interest/_action/update.lua Sat Jan 02 12:00:00 2010 +0100 1.2 +++ b/app/main/interest/_action/update.lua Sat Jan 02 12:00:00 2010 +0100 1.3 @@ -2,8 +2,7 @@ 1.4 1.5 local interest = Interest:by_pk(issue_id, app.session.member.id) 1.6 1.7 --- TODO important m1 selectors returning result _SET_! 1.8 -local issue = interest:get_reference_selector("issue"):for_share():single_object_mode():exec() 1.9 +local issue = Issue:by_id(issue_id) 1.10 1.11 if issue.closed then 1.12 slot.put_into("error", _"This issue is already closed.")