Custom Query (2152 matches)
Results (1624 - 1626 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #173 | fixed | Diffing WUI | rgrp | dread |
| Description |
Use vdm diff functionality (see ticket:82) to implement diffing of packages between versions in WUI. In package history you should be able to select to revisions and show the diff. Estimated cost: 12h |
|||
| #1217 | invalid | Diff exception | dread | dread |
| Description |
Exception raised doing this particular diff. ...
Module ckan.controllers.revision:142 in diff
<< if c.diff_entity == 'package':
c.pkg = model.Package.by_name(id)
diff = c.pkg.diff(c.revision_to, c.revision_from)
elif c.diff_entity == 'group':
c.group = model.Group.by_name(id)
>> diff = c.pkg.diff(c.revision_to, c.revision_from)
Module ckan.model.package:449 in diff
<< display_id = to_obj_rev.tag.name
elif obj_class.__name__ == 'PackageExtra':
display_id = to_obj_rev.key
else:
display_id = related_obj_id[:4]
>> display_id = to_obj_rev.key
AttributeError: 'NoneType' object has no attribute 'key'
Seems to be to do with this particular extra key: [<PackageExtraRevision id=ba1f3b3e-f61f-4924-bae0-ec3dd2163ae4 package_id=febe4da9-5874-4411-a7da-b497fdebf739 key=namespace value=http://www.sudoc.fr/ state=active revision_id=5ec8e730-c73d-4f1c-989b-2e015eb3d315 continuity_id=ba1f3b3e-f61f-4924-bae0-ec3dd2163ae4 expired_id=None revision_timestamp=2011-07-08 13:48:11.027260 expired_timestamp=9999-12-31 00:00:00 current=True>] Is it because it was created between the from_revision and to_revision? |
|||
| #1046 | fixed | Dictization and the new logic layer | kindly | thejimmyg |
| Description |
The stages involved with doing this.
|
|||
Note: See TracQuery
for help on using queries.
