Skip to content

Adding arrow images in the assets directory#4

Open
shaoran wants to merge 1 commit intoRestream:masterfrom
shaoran:master
Open

Adding arrow images in the assets directory#4
shaoran wants to merge 1 commit intoRestream:masterfrom
shaoran:master

Conversation

@shaoran
Copy link
Copy Markdown

@shaoran shaoran commented Jan 8, 2018

Ater the installation of e7b5b75 (together with redmine_simple),
my redmine fails to load some assets:

My browser says:

https://<my redmine domain>/plugin_assets/redmine__select2/images/select2-arrow.png
Failed to load resource: the server responded with a status of 404 (Not Found)

There is no file assets/images/select2-arrow.png but the file is in app/views/images/ instead.

cd redmine/plugins/redmine__select2
cp app/views/images/ assets -r

After restarting my redmine, the assets were found.

Ater the installation of e7b5b75 (together with redmine_simple),
my redmine fails to load some assets:

My browser says:

    https://<my redmine domain>/plugin_assets/redmine__select2/images/select2-arrow.png
    Failed to load resource: the server responded with a status of 404 (Not Found)

There is no file `assets/images/select2-arrow.png` but the file is in `app/views/images/` instead.

    cd redmine/plugins/redmine__select2
    cp app/views/images/ assets -r

After restarting my redmine, the assets were found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant