Skip to content

Commit a74dd53

Browse files
committed
fix: Correct checkbox state handling in LdapConfigForm
- Fixed checkbox state representation logic in LdapConfigForm for improved user experience - Ensured consistency with previous refactor of checkbox usage
1 parent eb13363 commit a74dd53

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build and Publish
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
uses: mikopbx/.github-workflows/.github/workflows/extension-publish.yml@master
13+
with:
14+
initial_version: "1.35"
15+
secrets: inherit

0 commit comments

Comments
 (0)