install [4.0Alpha2] with no sample data
Attempt to create a custom field
Field saved
Labels |
Added:
?
|
Title |
|
Category | ⇒ | com_fields |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-11-20 08:14:13 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_Date | 2017-11-20 08:14:13 | ⇒ | 2017-11-20 08:14:14 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18711
False name of table. Chaned and tested ok.
Patch for resolving is this:
diff --git a/administrator/components/com_fields/Table/FieldTable.php b/administrator/components/com_fields/Table/FieldTable.php
index c7bc876..0efd355 100644
--- a/administrator/components/com_fields/Table/FieldTable.php
+++ b/administrator/components/com_fields/Table/FieldTable.php
@@ -112,7 +112,7 @@
$this->name = str_replace(',', '-', $this->name);