Custom Query (2152 matches)
Results (61 - 63 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#82 | fixed | Support diffing of versioned objects | rgrp | rgrp |
Description |
Should have function/facility to get a diff of a version object between 2 revisions. Function should return a dictionary of fields with diffs. Details:
Cost: 4h (don't think this is a huge request) |
|||
#83 | fixed | Allow "ignored" fields on versioned objects | rgrp | rgrp |
Description |
Allow 'ignored' fields on versioned objects (i.e. attributes which are not 'versioned'). This is not hard to do as we already have most of the necessary mechanisms set up in the Revisioner object. Cost: 2h |
|||
#85 | fixed | Convert state from an object to an enumeration | rgrp | rgrp |
Description |
No real benefit of having State object as opposed to a simple text field with enumerated values and this second option is both simpler and more flexible. Main hassle here is that it requires migration in all projects that use vdm. If we're going to do this we should do it sooner rather than later. Cost: 2h (+ 1h for a conversion method) |