You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring a CataloguePage or BrowsePage type and leaving the Catalogue Tab server URL and credentials empty, there is no handling or validation, so the page is able to be saved resulting in a blank and empty template.
Step to reproduce :-
(1) Do not configure Catalogue URL or credentials and save the page type
(2) Click on search the catalogue (enter "1" in the search box) or browser the catalogue search to return results.
==
[Notice] Trying to get property of non-objectLine.
39 and 40 in ../geocatalogue/code/commands/ParseXML2MCPCommand.php :-
When configuring a CataloguePage or BrowsePage type and leaving the Catalogue Tab server URL and credentials empty, there is no handling or validation, so the page is able to be saved resulting in a blank and empty template.
Step to reproduce :-
(1) Do not configure Catalogue URL or credentials and save the page type
(2) Click on search the catalogue (enter "1" in the search box) or browser the catalogue search to return results.
==
[Notice] Trying to get property of non-objectLine.
39 and 40 in ../geocatalogue/code/commands/ParseXML2MCPCommand.php :-
$mdItem['metadataStandardName'] = $xpath->query('gmd:metadataStandardName/gco:CharacterString', $metadata)->item(0)->nodeValue;
$mdItem['metadataStandardVersion'] = $xpath->query('gmd:metadataStandardVersion/gco:CharacterString', $metadata)->item(0)->nodeValue;
The text was updated successfully, but these errors were encountered: