punktDe / pt_extlist

Generic list generator
http://extlist.punkt.de
12 stars 14 forks source link

wrong call of configValueExiststAndNotNothing #9

Closed EnzephaloN closed 8 years ago

EnzephaloN commented 8 years ago

Hello In Classes/Domain/Configuration/Filters/FilterConfig.php at row 338ff there are two incorrect callings of configValueExiststAndNotNothing from pt_extbase.

The correct name must be configValueExiststAndNotNothing instead of configValueExistsAndNotNothing

Best regards Johannes

daniellienert commented 8 years ago

Hey Johannes,

sorry, but my config is correct - and I am sure, that our automatic tests would have found such an error ... Please have a look into https://github.com/punktDe/pt_extlist/blob/master/Classes/Domain/Configuration/Filters/FilterConfig.php and compare it with your local version.

Cheers, Daniel

EnzephaloN commented 8 years ago

Hello There was an pt_extbase version 2.1.1 and there the method was called configValueExiststAndNotNothing. And also in pt_extlist 2.0.4 the call was on configValueExiststAndNotNothing. If you use new pt_extlist with old pt_extbase you run into this error.

http://www.weimarhalle.de/fileadmin/download/extlist_extbase_Existst.jpg