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//update-column
Payload:
{
"columnName": "devSSID",
"columnValue": "TEST"
}
ERROR:
Validation Error: Input should be 'devName', 'devOwner', 'devType', 'devVendor', 'devGroup', 'devLocation', 'devComments', 'devFavorite', 'devParentMAC' or 'devCanSleep'
Expected Behavior
Update device's SSID.
Steps To Reproduce
POST /device//update-column
Payload:
{
"columnName": "devSSID",
"columnValue": "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//update-column
Payload:
{
"columnName": "devSSID",
"columnValue": "TEST"
}
ERROR:
Validation Error: Input should be 'devName', 'devOwner', 'devType', 'devVendor', 'devGroup', 'devLocation', 'devComments', 'devFavorite', 'devParentMAC' or 'devCanSleep'
Expected Behavior
Update device's SSID.
Steps To Reproduce
POST /device//update-column
Payload:
{
"columnName": "devSSID",
"columnValue": "TEST"
}
Relevant
app.confsettingsdocker-compose.yml
Debug or Trace enabled
Relevant
app.logsectionDocker Logs