Skip to content

Commit 2102e7c

Browse files
fix: adjust expected bool strings for push_reset
In pfSense 2.8.0, the OpenVPNClientSpecificOverride::push_reset field is represented as empty string when true, and null when false (default)
1 parent ea3870d commit 2102e7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/OpenVPNClientSpecificOverride.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ class OpenVPNClientSpecificOverride extends Model {
130130
);
131131
$this->push_reset = new BooleanField(
132132
default: false,
133-
indicates_true: 'yes',
134-
indicates_false: '',
135133
help_text: 'Enables or disables preventing this client from receiving any server-defined client settings.',
136134
);
137135
$this->remove_options = new StringField(

0 commit comments

Comments
 (0)