Closed rdemendoza closed 1 year ago
version '0.1.1' (can't find the 0.1.2)
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
the plugin is active
I created a project and after a demand and after I close the demand
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 ;-)
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:
We don't use docker, we are on a self-hosted Ubuntu 22.04.
Here is my configuration:
The files are in: plugins/redmine_closed_date
The plugin is active:
But I don't see the field:
I have no error in the logs...
Thanks in advance :)
After doing theses commands it works :)
bundle exec rake deface:precompile RAILS_ENV=production
bundle exec rake deface:clean RAILS_ENV=production
update the README
Hi, I have no error on the logs, but it doesn't at all :(