vlsi commented on code in PR #6291: URL: https://github.com/apache/jmeter/pull/6291#discussion_r1825711446
########## src/protocol/http/src/main/kotlin/org/apache/jmeter/protocol/http/util/HTTPArgumentSchema.kt: ########## @@ -30,6 +30,9 @@ import org.apiguardian.api.API public abstract class HTTPArgumentSchema : ArgumentSchema() { public companion object INSTANCE : HTTPArgumentSchema() + public val enabledFromGui: BooleanPropertyDescriptor<HTTPArgumentSchema> + by boolean("HTTPArgument.enabled_from_gui") Review Comment: Naming is hard, however, I am not sure we want stressing "from gui" part. This is more like a generic enable/disable feature rather than "enabled in gui". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org