- Refining & Enhancing dynamic fields

- Creating a specialized Form class for handling dynamic fields
- Refinement of HTML-macros to handle dynamic fields
- Introduction of dynamic fields for Catalogs
This commit is contained in:
Josako
2024-10-29 09:17:44 +01:00
parent aa358df28e
commit 43547287b1
13 changed files with 605 additions and 129 deletions

View File

@@ -169,4 +169,5 @@ for SERVICE in "${SERVICES[@]}"; do
fi
done
echo "All specified services processed."
echo "All specified services processed."
echo "Finished at $(date +"%d/%m/%Y %H:%M:%S")"

View File

@@ -59,3 +59,4 @@ git tag -a v$RELEASE_VERSION -m "Release $RELEASE_VERSION: $RELEASE_MESSAGE"
git push origin v$RELEASE_VERSION
echo "Release process completed for version: $RELEASE_VERSION"
echo "Finished at $(date +"%d/%m/%Y %H:%M:%S")"