Ly Quoc Phong

Results 4 issues of Ly Quoc Phong

I have 3 table A,B,C. The C table is middle table using crossRef=true. I face the problem when get relations of A table I have one RelationMap to B table...

**Description** I used the latest version and see that in bin/setup it hard code for the opensearch like this --opensearch-host="$OPENSEARCH_HOST" --opensearch-port="$OPENSEARCH_PORT" and that seem right error when run with version...

``` version: '2' services: mariadb: image: 'docker.io/bitnami/mariadb:10.5-debian-10' environment: - ALLOW_EMPTY_PASSWORD=yes - MARIADB_USER=bn_moodle - MARIADB_DATABASE=bitnami_moodle volumes: - 'mariadb_data:/bitnami/mariadb' moodle: build: context: . dockerfile: moodle.Dockerfile ports: - '80:8080' - '443:8443' environment: -...

I faced the problem that after call modal.remove(), the modal is still visible even when the visible is false (i log the modal object from useModal). But when I use...