Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Developer experience
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Nov 2010 at 13:59 UTC
Updated:
3 Jan 2014 at 02:41 UTC
Jump to comment: Most recent
Comments
Comment #1
pcambraPull request done:
https://github.com/pcambra/drupalcommerce/commit/0ee6034bd2588b9b7393b63...
Comment #2
rszrama commentedw00t! Committed with a minor change - we don't want to split out part of the help text into a separate t() string, because it will be harder for translators (especially for languages with different word order). Instead I calculate the help message where you were currently checking if the $referenceable_types array was empty.
Comment #3
rfayGet these errors today after this commit; das-peter says probably due to this patch.
When visiting admin/commerce/products, I see:
Comment #4
pcambraCan I have more details on this? I don't see how to reproduce it.
Comment #5
rszrama commentedJust figured it out. We had committed a patch earlier this week to provide more information in the description of product reference based relationships, but then we later committed a patch that moved referenceable types for product reference fields to instance settings instead of field settings. I had to revert a little of the information from the first patch to accommodate the change. Tested / committed.