Taskodrome
Taskodrome copied to clipboard
Can't assign handler_id for new issues
Hello,
version 2.1.5 of Taskodrome. When I try to move card from unassigned user to anyone. Status color of card dissapeared and changes doesn't save. So I can't assign new cards to my teammates.
Hello, @orokhovatskiy ! Are you using Apache?
Yes
Try to do this:
- Set AllowOverride option to "All" for directory which contains MantisBT installation
- Enable mod-rewrite
Sorry for so long reply. Tried without success
Config: sites-enabled/mantis-le-ssl.conf `<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin [email protected] DocumentRoot "/var/www/mantis" ServerName 911.example.com ServerAlias www.911.example.com ErrorLog "/var/log/apache2/mantisbt-error_log" TransferLog "/var/log/apache2/mantisbt-access_log" <Directory "/va/www/mantis"> DirectoryIndex index.php index.html Options FollowSymLinks AllowOverride All Require all granted Options MultiViews FollowSymlinks </Directory>
SSLCertificateFile /etc/letsencrypt/live/911.example.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/911.example.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule>`