mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix custom Fields DB Structure Remove Unique Indexes change defaut type TEXT to text Added Add edit Delete Read for custom fields
This commit is contained in:
3
models/custom_field.php
Normal file
3
models/custom_field.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$label = sanitizeInput($_POST['label']);
|
||||
$type = sanitizeInput($_POST['type']);
|
||||
Reference in New Issue
Block a user