Skip to content

Commit

Permalink
Remove including jFormsDatasource.class.php
Browse files Browse the repository at this point in the history
Fixing this message
```
Please don't include jFormsDatasource.class.php anymore

Code: 16384
File: /www/lizmap/vendor/jelix/jelix/lib/jelix/forms/jFormsDatasource.class.php 8
0	trigger_error()	/www/lizmap/vendor/jelix/jelix/lib/jelix/forms/jFormsDatasource.class.php	8
1	require_once()	/www/lizmap/lizmap-modules/cadastre/classes/listGeoCommuneDatasource.class.php	3
```
  • Loading branch information
rldhont committed Jul 18, 2024
1 parent 28e9d37 commit aa742fb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions cadastre/classes/listGeoCommuneDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listGeoCommuneDatasource extends jFormsDynamicDatasource
{
protected $selector = 'cadastre~geo_commune';
Expand Down
2 changes: 0 additions & 2 deletions cadastre/classes/listGeoSectionDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listGeoSectionDatasource extends jFormsDynamicDatasource
{
protected $selector = 'cadastre~geo_section';
Expand Down
2 changes: 0 additions & 2 deletions cadastre/classes/listParcelleLieuDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listParcelleLieuDatasource extends jFormsDynamicDatasource
{
protected $selector = 'cadastre~parcelle_info';
Expand Down
2 changes: 0 additions & 2 deletions cadastre/classes/listParcelleLieuNoMajicDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listParcelleLieuNoMajicDatasource extends jFormsDynamicDatasource
{
protected $selector = 'cadastre~parcelle_info_no_majic';
Expand Down
2 changes: 0 additions & 2 deletions cadastre/classes/listParcellePropDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listParcellePropDatasource extends jFormsDynamicDatasource
{
protected $selector = 'cadastre~parcelle_info';
Expand Down
2 changes: 0 additions & 2 deletions cadastre/classes/listParcelleSpatialDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listParcelleSpatialDatasource extends jFormsDynamicDatasource
{
protected $selector = 'cadastre~parcelle_info';
Expand Down
2 changes: 0 additions & 2 deletions cadastre/classes/listSpatialLayerFieldDatasource.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once JELIX_LIB_PATH . 'forms/jFormsDatasource.class.php';

class listSpatialLayerFieldDatasource extends jFormsDynamicDatasource
{
protected $labelProperty = array();
Expand Down

0 comments on commit aa742fb

Please sign in to comment.