Actions
Feature #77462
closedTypoScript conditions: Condition for Windows 10 is missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-08-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In correlation to this request https://forge.typo3.org/issues/51813:
Please Add a check for Windows 10 to sysext/core/Classes/Utility/ClientUtility.php and - if matched - add a value in $browserInfo['all_systems'], e.g. "win8".
elseif (strstr($userAgent, 'Windows NT 10.0')) { $browserInfo['all_systems'][] = 'win10'; $browserInfo['all_systems'][] = 'winNT'; }
Thanks
Updated by Riccardo De Contardi over 8 years ago
AFAIK the conditions: browser,version,system,device,useragent have been deprecated in version 7 and removed in 8
Updated by Riccardo De Contardi about 8 years ago
- Status changed from New to Closed
I close this one for now for the reasons mentioned on my previous comment.
If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.
Actions