Skip to content
Snippets Groups Projects
Commit 7d855176 authored by damjan's avatar damjan
Browse files

[BUGFIX] Default filtering by typo3Version returns attributes of current version

parent b67ed26b
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,10 @@ class TsrefRestService {
const RESOURCE_URL = '127.0.0.1:8000/api/attributes';
/**
* Default typo3 version of typoScript attributes
* Default typo3 version of typoScript attributes.
* Filtering by this version (very high number) will fetch attributes of current version.
*/
const TYPO3_DEFAULT_VERSION = '6.2';
const TYPO3_DEFAULT_VERSION = '99999';
/**
* Authentication token
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment