Report generation ignores the function dependency
Bug #795764 reported by
Luke Duncan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
I2CE |
Fix Committed
|
Medium
|
Luke Duncan |
Bug Description
When a report generates, it uses the order of the functions in reporting_functions in magic data to determine how to populate the functions instead of checking the dependency of the function.
Changed in i2ce: | |
assignee: | nobody → Luke Duncan (lduncan) |
To post a comment you must log in.
I modifed the form relationship getFunctionDetails method to sort the returned list of function details so that the dependent functions are after the functions they depend on. This was in I2CE revision 2536.