itx-informationssysteme / jobapplications

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.
https://extensions.typo3.org/extension/jobapplications/
Other
7 stars 10 forks source link

Changing the Application status in Backend not possible. #97

Closed the-andyman closed 1 year ago

the-andyman commented 1 year ago

In the application module in the TYPO3 backend, the applications are listed under "Administration applications".

There is also the option select field with the application status. Unfortunately, only the current status (New) is displayed and a change is not possible. As far as I can remember this worked in older versions (1.0.x). What could be the reason for this?

Edit: Maybe there is a problem with the database tables? The table "tx_jobapplications_domain_model_status_mm" is empty, although there are entries in the table "tx_jobapplications_domain_model_status".

And is it possible to show backend users without admin rights the applications in the list view as well?

the-andyman commented 1 year ago

Ok, the problem was the missing relationships between the different statuses. Now works as desired. Issue can be closed.