Results 46 comments of onozaty

Hi @kimjyb Will it be used to move settings to another Redmine? I would like to consider implementation. Thanks.

The code is not likely to work as JavaScript. I think you see an error in the DevTools console of the browser, so can you try to solve this problem...

Again, I am not your coder. I think you should hire an engineer who understands JavaScript. No knowledge of Redmine is required. Repeated inquiries by you are already beyond the...

> Again, I am not your coder. I think you should hire an engineer who understands JavaScript. No knowledge of Redmine is required. > > Repeated inquiries by you are...

I think you can determine if the query parameter has parent_issue_id to determine if it is a subtask addition or not. ```javascript if (new URL(location).searchParams.get('issue[parent_issue_id]') != null) { $('#issue_tracker_id').parent().append($('Please change...

Does this mean that if the tracker is changed, the message will be cleared? I feel like this is becoming a JavaScript or HTML question, not a question about View...

I think it would be difficult to obtain the date and time of the status change. I can't think of a way to take it out in View customize. If...

It is not possible to retrieve server-side information, but it is possible to retrieve and set the date and time on the browser. I have written an example below for...

What steps did you take to install it? If you can tell us the procedure, error logs, etc., I may be able to help. Thanks.

Do you mean you want to install in RAILS_ENV=development? If you do so, first delete the following description in `.bundle/config`. ``` BUNDLE_WITHOUT: "development:test" ``` Then install for development. ``` bundle...