Page 3 of 3

Re: Feature: Suppliers (extra fields / translations)

Posted: 24 Aug 2015, 15:10
by Yvler
I changed the supplier default.php manager, but still not working..
And I've committed this to core again

Re: Feature: Suppliers (extra fields / translations)

Posted: 24 Aug 2015, 15:13
by aimeos
Yvler wrote:I changed the supplier default.php manager, but still not working..
And I've committed this to core again
Travis reported an error: https://travis-ci.org/aimeos/aimeos-core/jobs/76996159
The $map variable isn't defined. You should have a look into the customer manager for reference.

Re: Feature: Suppliers (extra fields / translations)

Posted: 25 Aug 2015, 09:11
by Yvler
After a lot of debugging, found the problem. I forgot to update the Supplier Item default interface with the listitem & refitem arrays :)
added these changes to the git

also updated the searchitems function in core again to fix the Travis error & use the builditems functions.

Weird enough, I thought I fixed these things last week.. maybe forgot to commit :)

Re: Feature: Suppliers (extra fields / translations)

Posted: 25 Aug 2015, 09:22
by aimeos
Yvler wrote:After a lot of debugging, found the problem. I forgot to update the Supplier Item default interface with the listitem & refitem arrays :)
added these changes to the git

also updated the searchitems function in core again to fix the Travis error & use the builditems functions.

Weird enough, I thought I fixed these things last week.. maybe forgot to commit :)
You forgot to commit at least the first part again ;-)
https://github.com/aimeos/aimeos-core/pull/29/files