every article has two input fields in the publishing tab
Guess what both have the same field name="xreference"
The first is saved in the json field 'metadata'
The second is saved in its own dedicated field
I can't see anywhere that they are used in com_contact
the code for this was added in 1.6 by @infograf768
=====
contacts does not have an input field but there is one in the database.
This time there is some code that references it in the store function but I don't see how you could ever store anything if there is no input. This code was added with #29088 by @mbabker
joomla-cms/administrator/components/com_contact/Table/ContactTable.php
Lines 102 to 106 in 12d2875
======
newsfeeds does have an input field and a database field
but i cant find any reference at all in the code to see if it is used
=====
There are various other places that get the field in a query for example but then dont do anything with it. To me this is all some legacy code that has lost the connection to whatever it used to do and should be removed. No point keeping and updating code that doesnt do anything
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
Yes I know I am trying again.
Status | New | ⇒ | Discussion |
Surely someone must care that we have legacy code that no one knows what its for polluting the cms
Found this in Joomla Forum: https://forum.joomla.org/viewtopic.php?t=34676
Well that says to me that this field is completely useless now
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-11 17:26:51 |
Closed_By | ⇒ | franz-wohlkoenig |
You reported this before #17173. Sorry I don't have an answer.