I created a new action knowledges in my controller responsabilities and created a view called nested_knowledges . I made the action render this view. I put the following code in this view:
<%= form_tag edit_responsab...
In my application, it is necessary that if the user unchecks all check boxes informed to him, a Array nulo or [].
I'm using params[:parametro1][:parametro2_ids] ||= [] after initializing my Action UPDATE, but if I try to...
I'm developing a plugin for REDMINE. I have menu created using :top_menu , so it stays at the top of REDMINE, next to Administration, etc ...
However, I want that not all users logged into the system, see this "Button". Only User...
I'm creating a plugin for Redmine that will act as a generator and publisher of projects within a repository, however I'm having trouble accessing my Publish project button.
The function I created to publish the project is in the same file...
Well, I'm totally new to docker and I'll try to be as brief as possible.
I have a container with Redmine, to do the process I'm wanting I need to put in Redmine the path to a directory, my question is if Redmine being inside a container can have...
How to create a User Story, Technical Task, and Functional Task in Redmine via API? I know it's via XML or via JSON, but I need the XML or JSon framework to send the requests.
And folks!
I'm trying to send a $ .ajax request to the easy redmine API, but I'm unsuccessful. I tried to send an XMLHttpRequest but it ends up bursting with error.
Quote
Would appreciate a help!
I'm trying to install redmine on debian 9 (stretch), following the tutorial: link
When I go to the bank migration, the following message appears:
root@redmine:/opt/redmine-3.4.3# bundle exec rake generate_secret_token
root@redmine:/opt/redmi...
Using the Redmine API using the Kevin Saliou , I'm trying to get issues for a particular project but not is being returned correctly, both%% and%% issues are incorrect.
$client = Yii::$app->redmine->connectRedmine();
$issue...