Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
129 stars 54 forks source link

Not deleting a record from table #__cck_store_form_* #744

Open denysdesign opened 1 year ago

denysdesign commented 1 year ago

Joomla 4.3.2 SEBLOD 4.0.6

Created in Form & Content Type Manager News. Table #____cck_store_form_news was created in the database

In SEBLOD 3, when deleting material, the record from this and similar tables was deleted together with the record from the #__content table. In SEBLOD 4 the record is not deleted from the table #__cck_store_form_news

sebastienheraud commented 1 year ago

Hi @denysdesign, Thanks, this will be checked on Monday or Tuesday. Saba

denysdesign commented 1 year ago

Hi @denysdesign, Thanks, this will be checked on Monday or Tuesday. Saba

Thank you very much 👍

denysdesign commented 1 year ago

I noticed that when I delete a field, the column remains in the table. Maybe these two errors are related. Thank you!

olivier-nolbert commented 1 year ago

Hi,

I can't reproduce with a J4.3.3/S4.0.6 and different content types. Records and columns are correctly removed.

Have you tried to create a new content type for testing purpose ?

Thx

denysdesign commented 1 year ago

I created new content type News.

denysdesign commented 1 year ago

Hi @denysdesign, Thanks, this will be checked on Monday or Tuesday. Saba

I want to clarify!

I imported articles via API (new JCckContentJoomla_Article). If I delete an article, it does not appear in the table, and not all articles are displayed on the front of the site. If you save the article, it is displayed on the site and removed from the table.