Files
openproject/lib_static
Christophe Bliard 36a4103c8d refactor: Use generic formatter for budget_id
The :cost_association formatter used a Proc to get the Budget record
from the WorkPackage association and display its name. That's exactly
what JournalFormatter::NamedAssociation does, so better use it instead
and remove dead code: remove the JournalFormatter::Proc and the code
associated with it.
2023-02-06 09:30:30 +01:00
..