I need to apply this patch described here: https://www.drupal.org/node/1957266
to the Entity API module to have the rendered entity in views header accept arguments from URL

This is somewhat critical in the site I'm developing.

My question is - is it okay to patch a module that is used in Commerce Kickstart?

Thanks for any insight you can give me on this.

Comments

lsolesen’s picture

You can patch a module. However, I would not recommend that without having the whole thing in a git repository. I would make a drush make file with information on how to create your particular site.

Or better yet - I would work on getting the patch accepted in Entity API #1957266: Rendered entity in views header accepting arguments from URL or convince the maintainers of CK to include it in the distro.

lsolesen’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.