Files
nairobi/app/views
Bertocq dff966d9b3 Show valuation comment thread @ Valuation show/edit
Why:

Budget Investment's valuators should be able to see internal valuation
comments thread at both show and edit views.

How:

At Valuation::BudgetInvestmentsController:
* Include CommentableActions to gain access to the entire feature, with
required resource_model & resource_name methods.
* Add the only possible order (oldest to newest)
* Load comments on both show & edit actions, passing `valuations` flag
to the CommentTree in order to only list those.

At CommentTree:
* Use `valuations` flag as instance variable to decide wich
comment threat to load: valuations (if relation exists) or comments.
2018-01-31 01:53:33 +01:00
..
2017-12-18 23:56:32 +01:00
2017-12-07 11:12:46 +01:00
2017-12-15 18:48:24 +01:00
2017-05-12 19:12:19 +02:00
2017-12-19 20:32:55 +01:00
2018-01-18 00:24:32 +01:00
2017-06-16 12:09:01 +02:00