OH 5.1 Enable / Disable value not set when open exisiting rules

Under all my three RPi5 installation with OpenHABian 5.1.1-1, the value for enable or disable a rule is not set.
The main UI is not showing me the value when open a exisiting rule.

The rule itself is running and working, but it is not showing me, if the enable, or disable value is set

See here:

configuration: {}
triggers:
  - id: "1"
    configuration:
      command: ON
      itemName: BenachrichtigenRegen
    type: core.ItemCommandTrigger
conditions: []
actions:
  - inputs: {}
    id: "2"
    configuration:
      enable: true
      ruleUIDs:
        - ce178d9d35
        - d5e8ec7511
    type: core.RuleEnablementAction

Andy idea?

@rlkoshak: you ask me to make a new entry. Here we are. Who could have a look on that?

First it’s important to get the terminology correct. You are not enabling or disabling the whole rule. You are only disabling or enabling a single action of the rule.

Secondly, the action you are using will enable or disable another rule or rules. In this your action will enable the rules with the UIDs of ce178d9d35 and d5e8ec7511.

When this rule runs, it should enable those two other rules. There won’t be any indication of enabled or disabled in this rule, because that’s not changing for this rule. However, you should see that those two other rules will have a status of “IDLE” with the green badge showing that they are enabled.

If you have another rule that disables instead of enables, the other rules that are disabled should show a status of “DISABLED” with a gray badge. But this rule’s status will not change.

@rlkoshak , it is not about the the feature or the function is not working. All fine.
It is only, the the UI is opend, like here

the value e.g. “true” for enable is not set with a Dot, etc. as active.

So would expect, that when I open in the UI this rules, it shows me, it is enabled, or disabled, with the gray badge. So this rule is doing an enable a rule, and an other rule is disable them.

So like a switch. The rule is a switch with only for enable, and a other rule is for disable.
So it should be marked, what the rules is doing.

OK, now I understand.

That’s a bug. Please file an issue on openhab-webuis. I’m going to bet there’s a simple typo somewhere in the UI.

OK, now I understand.

That’s a bug. Please file an issue on openhab-webuis. I’m going to bet there’s a simple typo somewhere in the UI.

→ New issue have been created

Fixed in 5.1.2 Thanks for this.