Visual feedback missing on CSV import of mails
Is your feature request related to a problem? Please describe.
When selecting a CSV file to import users, the file name is not displayed, nor is any other confirmation.
Describe the solution you'd like
Show a confirmation on the UI to let the user know that the right file has been selected and is going to be imported
Moreover there is no info (neither in the logs nor in the interface) when there is an error during the import.
We kinda fixed the initial issue in https://github.com/Probesys/agentj/pull/206/commits/5c2a1a001172e8cf920f5c6ee691d6452f570f5e. However it now shows a strange label:
The issue seems to be related to the version of Bootstrap that we use. Also, it is not that easy to fix. As we plan to remove Bootstrap in the future, the issue will probably be fixed at this time.
I'm keeping this issue opened to track the issue about the missing logs.