storage template why this happens ?
I am using the following storage template.
{{#if album}}{{album-startDate-y}}{{album-startDate-MM}}_{{album}}/{{filename}}{{else}}{{y}}{{MM}}/{{filename}}{{/if}}
I am just sync (for now) the "camera" folder on smartphone.
The expected result is all asset in one folder named
YearMonth_camera
With yearmonth equal to the very first date of the oldest picture in the camera folder.
The result on server folder structure is in the attached image.
I read somewhere that this may be a race problem...
In the past, to fix this, i used to run" storage template migration" (with the same template) and everything get fixed.
But now this workaround does not work anymore.
How can i overcome this ?
{{#if album}}{{album-startDate-y}}{{album-startDate-MM}}_{{album}}/{{filename}}{{else}}{{y}}{{MM}}/{{filename}}{{/if}}
I am just sync (for now) the "camera" folder on smartphone.
The expected result is all asset in one folder named
YearMonth_camera
With yearmonth equal to the very first date of the oldest picture in the camera folder.
The result on server folder structure is in the attached image.
I read somewhere that this may be a race problem...
In the past, to fix this, i used to run" storage template migration" (with the same template) and everything get fixed.
But now this workaround does not work anymore.
How can i overcome this ?
