kirypto / TimelineTracker

GNU General Public License v3.0
2 stars 1 forks source link

Attempting to PATCH a 'move' operation results in an exception #66

Closed kirypto closed 3 years ago

kirypto commented 3 years ago

This occurs when trying to change the key of some metadata without the value. Using the move patch operation fails, and even using a pair of remove and add still fails because the application detects a 'move' internally and attempts that anyway.

kirypto commented 3 years ago

This was fixed as part of the JsonTranslator cleanup I've done. The patch application process as a whole has been dramatically simplified, and this is no longer an issue.