#608: Setting default_product in config causes all tickets to be created in
default_product.
--------------------------+-------------------
Reporter: astaric | Owner:
Type: defect | Status: new
Priority: critical | Milestone:
Component: multiproduct | Version: 0.6.0
Keywords: |
--------------------------+-------------------
Setting default_product in [ticket] section in config sets default value
for product field in Ticket object to value from the config. Currently,
another value for product is inserted by the sql translator, resulting in
{{{
INSERT INTO (..., product, ..., product) VALUES (..., default_product,
..., active_product_prefix)
}}}
When this sql is executed on sqlite, the latest value is inserted into the
table, but the sql fails on Postgres and Mysql (see #601 and
[http://markmail.org/thread/xvbbqppktzmejszb mailing list]). After a fix
for #601 is applied, duplicated product fields will not be generated and
the ticket will be inserted with the wrong product.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/608>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker