mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-01-15 20:05:18 +01:00
Do not force filter.
This commit is contained in:
@@ -76,8 +76,12 @@ class AbstractVectorMapper extends AbstractTypeMapper
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function buildPopup(Definition $definition, \Model $model, DefinitionMapper $mapper, Filter $filter)
|
protected function buildPopup(
|
||||||
{
|
Definition $definition,
|
||||||
|
\Model $model,
|
||||||
|
DefinitionMapper $mapper,
|
||||||
|
Filter $filter = null
|
||||||
|
) {
|
||||||
if ($definition instanceof HasPopup && $model->addPopup) {
|
if ($definition instanceof HasPopup && $model->addPopup) {
|
||||||
$popup = null;
|
$popup = null;
|
||||||
$content = $this
|
$content = $this
|
||||||
|
|||||||
Reference in New Issue
Block a user