forked from Snck3rs/contao-leaflet-maps
Refactor ajax loading so that the current page is used.
This commit is contained in:
@@ -39,4 +39,9 @@ class MapElement extends \ContentElement
|
||||
{
|
||||
$this->construct($objElement, $strColumn);
|
||||
}
|
||||
|
||||
protected function getIdentifier()
|
||||
{
|
||||
return 'ce_' . $this->id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user