Nick Curran [SSW]
Nick Curran [SSW]
Next PR - https://github.com/tinacms/tinacms/pull/4700
@wicksipedia @uly1 @Calinator444 Based on testing with SSW.Products, the trigger for the bug is including an ending slash in collection path names. When I remove the slashes, I am able...
@wicksipedia @uly1 @Calinator444 After further investigation the slash appears to corrupt the `tina.createBranchState.fullPath` local storage value used during the "editorial workflow" workflow. As such, the wrong relative path for the...
@wicksipedia @uly1 @Calinator444 Further investigation has revealed the following: 1. The collection type does not affect the bug - the previous assertion was due to a coincidence in the schema...
@wicksipedia @uly1 @Calinator444 Though the root cause is poor path handling, this bug investigation has been unnecessarily complicated by poor and inconsistent names. ## Issue summary - Path processing on...
@wicksipedia @uly1 @Calinator444 @JackDevAU As per my conversation with Jack P: - If the collection path starts with a '/', the editing screen can be accessed and saved without issue...
@wicksipedia @uly1 @Calinator444 @JackDevAU - Path processing and ID generation have been corrected by https://github.com/tinacms/tinacms/pull/5691 - note that this PR should fix the path processing whenever the collection has to...
Still in progress awaiting completion of the `Form.relativePath` renaming.
Final PR to change usage of Form.relativePath is at https://github.com/tinacms/tinacms/pull/5740
https://github.com/tinacms/tinacms/pull/5740 was closed as replacing Form.id caused other issues. https://github.com/tinacms/tinacms/pull/5755 has been opened in its place.