fraoustin / redmine_closed_date

8 stars 1 forks source link

Doesn't show on Redmine 5.0.4 #3

Closed rdemendoza closed 1 year ago

rdemendoza commented 1 year ago

Hi, I have no error on the logs, but it doesn't at all :(

rdemendoza commented 1 year ago

version '0.1.1' (can't find the 0.1.2)

fraoustin commented 1 year ago

Hi the version 0.1.2 does not exist, the version 0.1.1 is good

I use Docker for test

My Dockerfile

FROM redmine:5.0.4 WORKDIR /usr/src/redmine/plugins RUN git clone https://github.com/fraoustin/redmine_default_due.git RUN git clone https://github.com/fraoustin/redmine_closed_date.git WORKDIR /usr/src/redmine/

I build and run my image

docker nuild -t test . docker run --name test -p 3000:3000 test

I connect to 127.0.0.1:3000

I have a redmine with version 5.0.4

image

the plugin is active

image

I created a project and after a demand and after I close the demand

image

For me all is ok

Have you the plugin in the plugin administration?

Do you use docker ?

Where you have copied the files of the plugins?

We are going to found a solution ;-)

rdemendoza commented 1 year ago

Hi, the version 0.1.2 it listed on: https://www.redmine.org/plugins/redmine_closed_date So when you search for updates you get:

version hint
rdemendoza commented 1 year ago

We don't use docker, we are on a self-hosted Ubuntu 22.04.

Here is my configuration:

infos

The files are in: plugins/redmine_closed_date

The plugin is active:

Capture d’écran 2023-02-13 à 01 02 32

But I don't see the field:

closed

I have no error in the logs...

Thanks in advance :)

rdemendoza commented 1 year ago

After doing theses commands it works :)

bundle exec rake deface:precompile RAILS_ENV=production
bundle exec rake deface:clean RAILS_ENV=production
fraoustin commented 1 year ago

update the README