I'm trying to make a small change to a rolling asset. Its not built in.
Its a simple change, but something isn't going well.
I cloned the original, and edited the config.txt file of the cloned unit
The change I'm trying to make is in the extensions portion to allow for CMTM use.
I want..
extensions
{
arn_data-62941
reportingmark-32711 "CRR"
carnumber-32711 "x"
{
number_low "180000"
number_high "182000"
prefix "CRR"
}
The original has
extensions
{
arn_data-62941
{
number_low "180000"
number_high "182000"
prefix "CRR"
}
}
but when I try and commit I get the error
Error: Not authorised to commit changes to asset {}
What am I doing wrong?
Its a simple change, but something isn't going well.
I cloned the original, and edited the config.txt file of the cloned unit
The change I'm trying to make is in the extensions portion to allow for CMTM use.
I want..
extensions
{
arn_data-62941
reportingmark-32711 "CRR"
carnumber-32711 "x"
{
number_low "180000"
number_high "182000"
prefix "CRR"
}
The original has
extensions
{
arn_data-62941
{
number_low "180000"
number_high "182000"
prefix "CRR"
}
}
but when I try and commit I get the error
Error: Not authorised to commit changes to asset {}
What am I doing wrong?