Coder Social home page Coder Social logo

Comments (5)

kulesa avatar kulesa commented on June 27, 2024

Do you mean you don''t need changes to issue rescheduling etc.?

If this is the case, you need to comment out the following code in init.rb

unless ActiveRecord::Base.included_modules.include? RedmineBetterGanttChart::ActiveRecord::CallbackExtensions
ActiveRecord::Base.send(:include, RedmineBetterGanttChart::ActiveRecord::CallbackExtensions)
end

unless Issue.included_modules.include? RedmineBetterGanttChart::IssueDependencyPatch
Issue.send(:include, RedmineBetterGanttChart::IssueDependencyPatch)
end

I haven't tested this, but it should do the trick.

from redmine_better_gantt_chart.

LuisSerrano avatar LuisSerrano commented on June 27, 2024

Thankyou kulesa

from redmine_better_gantt_chart.

LuisSerrano avatar LuisSerrano commented on June 27, 2024

And the lines
unless Project.included_modules.include? RedmineBetterGanttChart::ProjectPatch
Project.send(:include, RedmineBetterGanttChart::ProjectPatch)
end

It's not necessary the comment in this lines ?

from redmine_better_gantt_chart.

kulesa avatar kulesa commented on June 27, 2024

Luis, keep these lines uncommented. ProjectPatch allows to show
cross-project dependencies.

On Wed, Jul 20, 2011 at 9:50 AM, LuisSerrano <
[email protected]>wrote:

And the lines
unless Project.included_modules.include?
RedmineBetterGanttChart::ProjectPatch
Project.send(:include, RedmineBetterGanttChart::ProjectPatch)
end

It's not necessary the comment in this lines ?

Reply to this email directly or view it on GitHub:

#32 (comment)

from redmine_better_gantt_chart.

kulesa avatar kulesa commented on June 27, 2024

I will close this issue for now, let me know if you have other questions.

from redmine_better_gantt_chart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.