Prototype of bcmagic search plugin.
[htsworkflow.git] / htsworkflow / frontend / inventory / models.py
index 456db7ce6dbeb7b1de667e6113e387746b9e9c9b..444d3c5f6c6009f5793e5b2131d6dd1eb0d63cd8 100644 (file)
@@ -123,6 +123,9 @@ class Item(models.Model):
         else:
             return u"invb|%s" % (self.barcode_id)
             
+    def get_absolute_url(self):
+        return '/inventory/%s/' % (self.uuid)
+            
 pre_save.connect(_assign_uuid, sender=Item)