Fixed: ServiceTable missing check() method #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed in commit
8dd6fddSeverity: High
What was wrong:
No input validation on save. Alias never generated from title. No defaults for timestamps, created_by, or JSON columns.
Fix applied:
Added
check()with alias generation viaOutputFilter::stringURLSafe(), required field validation for title and service_type, timestamp management, created_by default, and JSON defaults for credentials/params.Files:
ServiceTable.phpLabel:
priority: high,status: pending-testingBranch created:
feature/87-fixed-servicetable-missing-check-method