dioscouri / f3-admin

3 stars 1 forks source link

Admin Search forms broken if shop is not installed. #43

Closed ChrisFrench closed 10 years ago

ChrisFrench commented 10 years ago

it is because of the default source. is set to shop.products I recommend we change it to users or something /* * * @return string / public static function defaultSource() { $default = 'users'; // TODO Get this from the config

    return $default;
}
rdiaztushman commented 10 years ago

Yeah, known issue. Duplicates https://github.com/dioscouri/f3-search/issues/2