wiota / lime

Lime binds your work together.
lime.wiota.co
2 stars 0 forks source link

Slug changes are causing templates to break. #89

Closed ryanhinkel closed 9 years ago

ryanhinkel commented 9 years ago

When a vertex is update is PUT to the server, the slug is iterated.

This breaks any static links in templates which rely on the slug.

I can see two solutions. 1. Allow for locking categories, or in other words, make vertices updatable in addition to deletable. 2. Prevent a slug from being iterated if it hasn't changed.

I have some ways to solve this in the template for now.

di commented 9 years ago

Fixed in wiota/toolbox@9c92a9c3447fce05e35bf9f20f4b64d827d05e88.