Closed (fixed)
Project:
UI Patterns Pattern Lab
Version:
8.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2020 at 11:21 UTC
Updated:
17 Aug 2020 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ralkeon commentedHere's the patch
Comment #3
sozkara commentedOr just simply:
Comment #4
crasx commentedHere is a simpler version of the patch
Comment #5
brianperryMade a minor adjustment to the patch - prepareDirectory checks that a directory exists and is writable. In this case we only care that it exists, so we should be able to use is_dir instead.
Comment #7
brianperryThanks for the help with this! I merged this into 8.x-1.x and plan on tagging a new release soon.
Comment #8
brianperryIt looks like this was actually caused by an upstream issue with UI Patterns: https://github.com/nuvoleweb/ui_patterns/issues/293
I don't think the check that was added here will cause problems, but it shouldn't be necessary once the UI Patterns issue is merged.