Mattias
Mattias
**Is your feature request related to a problem? Please describe.** 1. One filter in infoklick that returns a specified number if the value is NaN or undef Example: {NaN|naNToNum('-1000')} outputs:...
**Is your feature request related to a problem? Please describe.** Sometimes a value will be either a string or a number. If the value is a string, you should be...
**Describe the bug** If you have a WMS layer that require credentials it will display correctly in the map. If you later want to print that map you will get...
**Describe the bug** All users can see the choices in the "Exportera" tab and press "Skapa Boendeförteckning" even if you configure that users must have a specific AD group to...
**Describe the bug** The label specified in Admin is not used for attributes with boolean data type in the Edit Plugin. **Expected behavior** I would like the label specified in...
We need to add support for TLS 1.1 and 1.2 in the old .NET Backend This can be done by adding this code to Global.asax `ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11;`