Awaiting testing before releasing 1.1.2
This commit is contained in:
26
issues/libpit/0017c3.rst
Normal file
26
issues/libpit/0017c3.rst
Normal file
@ -0,0 +1,26 @@
|
||||
Creating a new issue bases the next id only on the filtered issues.
|
||||
===================================================================
|
||||
|
||||
Problem
|
||||
-------
|
||||
|
||||
This represents a more systematic error. Filtering should be applied when
|
||||
viewing the data only, not when loading the data. It is possible that
|
||||
operations may need the full data to modify parts of it.
|
||||
|
||||
Solution
|
||||
--------
|
||||
|
||||
Remove filtering fromt he project and issue construction. Double check that
|
||||
filtering is correctly applied during all the access methods (eachIssue,
|
||||
eachProject, each)
|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
Updated ProjectTest.testConstruction() to reflect changes.
|
||||
|
||||
Added a test to ProjectTest.testCreateNewIssue() that needs to count a closed
|
||||
task to correctly generate a new id.
|
||||
|
||||
TODO: Need to create filter tests.
|
Reference in New Issue
Block a user