Referencing this comment (http://drupal.org/node/436590#comment-1489686) I am under the impression that Patterns module is designed to be able to find pattern YAML files in multiple pre-designated locations.

In this version, it looks like the module only sees them if they are in /sites/all/patterns/patterns.

I put valid pattern YAML files in /sites/default/patterns and it did not locate them.

-- text from interface --
Patterns will be looked for in files under the following locations:
sites/all/modules/patterns/patterns/
--

Comments

csko’s picture

Assigned: Unassigned » csko

Thanks for your report. You are indeed right, this is an undocumented change.

This behavior has been changed quite a few times in the 7.x version, there has been a confusion among us whether this change is a "bug" or a "feature". we'll revise this once more and put an end to this. It should be fixed this week.

csko’s picture

Status: Active » Needs review

We've added some additional paths, making it similar to what it used to be. Also, now you can specify an extra path in the Settings tab. Let us know if that works for you.

Paths might change later, but hopefully not too much.

davidcsonka’s picture

Sounds good, much less likely to accidentally lose my pattern files if they aren't stored in the module folder.

davidcsonka’s picture

Tested on latest dev build. Functions as intended - thanks!

csko’s picture

Status: Needs review » Closed (fixed)

Thanks!