You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the path: '{{path}}/{{path}}'. This will create pr with the name /slug1/slug1/, maybe having that slash breaks? but sometimes works... so should be something else.
Additional context
The text was updated successfully, but these errors were encountered:
stevemarksd
changed the title
Changing path doesn't change file/folders to reflect
Changing path doesn't change file/folders to reflect new path
Nov 8, 2020
Describe the bug
If you look at my config below I have
So it saves the article this way:
To Reproduce
Add my settings.
Then create a new post. path: slug1
Change path to slug 2
File and folder is still named under previous name.
Expected behavior
Also branch name is still slug1 instead of slug2
Screenshots
Applicable Versions:
"netlify-cms-app": "2.13.1",
CMS configuration
Note the
path: '{{path}}/{{path}}'
. This will create pr with the name/slug1/slug1/
, maybe having that slash breaks? but sometimes works... so should be something else.Additional context
The text was updated successfully, but these errors were encountered: