objecttothis
objecttothis
> I would suggest to use one table for the integration mapping inside the OSPOS database. All integration specific data can live within it's own schema. > > I think...
Full tax accounting will likely be outside the scope of this project, but step one with this would be for someone to include the ability to track taxes paid during...
> > > Ok I'm a bit surprised here.. does this happen after clicking submit? I'd think that hitting the delete button would unlink the attribute and then it should...
@jekkos I assigned this to 3.3.2, since its a bug related to a recent change, but feel free to reassign it to 3.4 if you want to just release 3.3.2...
@jekkos do you have time to look at this so that we can get 3.3.2 out the door? Other options include punting until 3.4.0 or me taking a look.
I've narrowed it down to Models->Item->search(). When the $count_only variable is set to TRUE and you have search attributes enabled it produces the following SQL: ```` SELECT COUNT(DISTINCT items.item_id) AS...
The other thing to note is that the search in attributes should not be either search in items OR search in attributes. When search in attributes is enabled it should...
Maybe the warning has something to do with it? https://stackoverflow.com/questions/7208773/mysql-row-30153-was-cut-by-group-concat-error
@jekkos, I just created a single text attribute on the demo and one item with that attribute. It does not exhibit the same behavior, but it's still off. It shows...
@jekkos Per the stack overflow article, if I change my.cnf to `group_concat_max_len = 49152` (1024 is the default) then the null value issue caused by the error in group_concat goes...