PHPfox-Official / phpfox-v4-issues

phpFox Public Bug Tracker
https://phpfox.com
30 stars 21 forks source link

Cant manage announcements #3029

Open kibcode opened 2 years ago

kibcode commented 2 years ago

Important

Please follow this template!


What's happened?

When adding announcements on a fresh install its not possible to manage them because they dont show up on the manage page. I needed to change the managecontroller to see the announcements. There is a service "getAnnouncementsByLanguage" that does not work for me. It send a language id to the service but the db uses that id as announcement id. After changing the service to "getlatest" it works for me.

Steps to reproduce:

  1. Add 2-3 announcements
  2. Go to manage announcements page

What's expected?

All announcements should show up

Browsers and Devices tested

All

...

phpFox version

phpFox 4.8.8 Announcements 4.6.1

harrison05 commented 2 years ago

Hi @Kibcode

We knew this issue and it will be fixed in the next version of the Announcement app.

Regards