noshutdown-ru / vault

Is a plugin for project management system Redmine. Allows you to store various passwords/keys in one place for the project.
https://noshutdown.ru/en/redmine-plugins-vault
46 stars 29 forks source link

Menu admin no show Icon #46

Closed vsc55 closed 5 years ago

vsc55 commented 5 years ago

In the admin menu no show icon. Is run Redmine 4.0.1.stable.17836 and vault 0.3.11.

noticon

noshutdown-ru-user commented 5 years ago

This is strange we checked on new installation and icon exist.

screenshot 2019-01-27 at 21 09 06
vsc55 commented 5 years ago

Hello, I've been watching and remixing it, but I do not see why it does not load the vault.css file The other files css and js load them well, but vault.css does not load it.

https://www.domain.com/logs/index -> /vault_settings
127.0.0.1 - - [28/Jan/2019:01:17:39 CET] "GET /plugin_assets/vault/stylesheets/font-awesome.css?15... HTTP/1.1" 304 0
https://www.domain.com/vault_settings -> /plugin_assets/vault/stylesheets/font-awesome.css?15...
127.0.0.1 - - [28/Jan/2019:01:17:39 CET] "GET /plugin_assets/vault/stylesheets/font-awesome.min.css?15... HTTP/1.1" 304 0
https://www.domain.com/vault_settings -> /plugin_assets/vault/stylesheets/font-awesome.min.css?15...
127.0.0.1 - - [28/Jan/2019:01:17:39 CET] "GET /plugin_assets/vault/javascripts/vault.js?15... HTTP/1.1" 304 0
https://www.domain.com/vault_settings -> /plugin_assets/vault/javascripts/vault.js?15...

Regards.

noshutdown-ru-user commented 5 years ago

vault.css in folder plugin_assets ? maybe it not copied ? can you also add browser log/errors

vsc55 commented 5 years ago

Hi, If the vault.css file is copied correctly. I have been doing tests and in the end I have detected that the problem occurs when the Logs plugin (https://github.com/haru/redmine_logs) is installed. It seems an incompatibility between the two plugins.

noshutdown-ru-user commented 5 years ago

we will try install this plugin and will try find where is conflict between the two plugins

vsc55 commented 5 years ago

OK thank you very much.

noshutdown-ru-user commented 5 years ago

You can update branch pull https://github.com/noshutdown-ru/vault/tree/redmine_4.0. Should be fixed now.

vsc55 commented 5 years ago

ok, now it looks correctly 👍