Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 813 forks source link

Backend Log | Clean entries not possible #9646

Closed rich20 closed 4 months ago

rich20 commented 4 months ago

To Reproduce Click on the "Clean entries" button, select a short time period and click on Submit

Result No entries are removed

System information

Desktop

Ruud68 commented 4 months ago

Hi @rich20 you explicitly say 'short period', does it work when you set a long period? When e.g. setting 30, it would remove all log entries older then 30 days. What short period are you trying with?

rich20 commented 4 months ago

Hi @Ruud68 The default is 30 days, so only the logs from the last 30 days should be retained. I have tried it with 30 days, 10 days, 1 day, 300 days, 0 days, the result is always the same. All logs are retained, nothing is removed.

Ruud68 commented 4 months ago

Hi @rich20 found the issue (on multiple modals). refactored the modals to J5 but that upped the minimum Joomla version also to 5, so yesterday did a quick implementation to refactor these modals to J4.4 compatible. Was a rush job to get the beta2 out off the door.

modals where working (visual), only the submitting of these modals not (was missing some additional onclick code.

fixed here: https://github.com/Kunena/Kunena-Forum/pull/9647

rich20 commented 4 months ago

Thanks, it works now.