What installation are you running?
Production (netalertx) 📦
Is there an existing issue for this?
The issue occurs in the following browsers. Select at least 2.
Current Behavior
POST /device/{mac}
Payload:
{
"devSSID": "TEST"
}
... clears all unspecified fileds like "devName", so it is not possible update single field without resending whole device data.
Expected Behavior
The payload specified fields affect only those fields.
Steps To Reproduce
POST /device/{mac}
Payload:
{
"devSSID": "TEST"
}
Relevant app.conf settings
docker-compose.yml
Debug or Trace enabled
Relevant app.log section
PASTE LOG HERE. Using the triple backticks preserves format.
Docker Logs
PASTE DOCKER LOG HERE. Using the triple backticks preserves format.
What installation are you running?
Production (netalertx) 📦
Is there an existing issue for this?
The issue occurs in the following browsers. Select at least 2.
Current Behavior
POST /device/{mac}
Payload:
{
"devSSID": "TEST"
}
... clears all unspecified fileds like "devName", so it is not possible update single field without resending whole device data.
Expected Behavior
The payload specified fields affect only those fields.
Steps To Reproduce
POST /device/{mac}
Payload:
{
"devSSID": "TEST"
}
Relevant
app.confsettingsdocker-compose.yml
Debug or Trace enabled
Relevant
app.logsectionDocker Logs