change PROC to ASL0

This commit is contained in:
2023-11-29 17:29:17 +01:00
parent ba1bf00ce7
commit 122ca4e1d3
2 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ should also be read to understand what has changed since earlier releases:
## Changes made on the 7.0 branch since 7.0.7
### PROC field changed to ASL0
The PROC field has been changed from access security level ASL1 to ASL0.
This allows users to trigger processing a record without having the rights
to reconfigure the records.
### bi "Raw Soft Channel" use MASK
If MASK is non-zero, The raw device support will now apply MASK to the

View File

@@ -240,6 +240,7 @@ The B<SPVT> field is for internal use by the scanning system.
}
field(PROC,DBF_UCHAR) {
prompt("Force Processing")
asl(ASL0)
pp(TRUE)
interest(3)
}