Git Product home page Git Product logo

Comments (4)

PowerKiKi avatar PowerKiKi commented on September 27, 2024

I could not reproduce this bug. Did you check all gem requirements (via Bundler) ?

from redmine_tags.

cforce avatar cforce commented on September 27, 2024

We know This error well also but it suddenly disappeared, came back and is gone aga in. Gold Tod know hat so eine found a possible explanation. Wie will test and confirm Theiß if wie geht bugged again

from redmine_tags.

btsai avatar btsai commented on September 27, 2024

great plugin!

  1. i hit this same error on redmine 2.3.0 stable and resolved it as follows:

this error is happening everywhere there is:
RedmineTags.settings[:issues_blahblah](mainly in views/issues/_tags_XXX.html.erb)

if you change all instances of this (there were 8 or so) to:
RedmineTags.settings.symbolize_keys[:issues_blahblah]

then you're covered.

the reason is that the RedmineTags.settings (i output the .inspect to the logs and tailed the logs) is actually using string keys:
RedmineTags.settings: {"issues_sidebar"=>"list", "issues_show_count"=>"1", "issues_sort_by"=>"name", "issues_sort_order"=>"asc"}

i couldn't find out where RedmineTags.settings was being created, so i assume it's deep in the heart of the redmine.

  1. related issues - settings page looks like it doesn't save your settings

as eashman brought up, when you save the settings, the page refreshes with only the defaults, not your settings, but if you check the DB, you'll see that your settings have been saved (as a yml setting) in the redmine settings table.

my guess is that when the yml text value is loaded, it creates string keys - default behaviour). so this issue is probably related.

good luck.

from redmine_tags.

marius-balteanu avatar marius-balteanu commented on September 27, 2024

In order to make a little clean up on this repository, we're closing all the issues older than 1 year.

Please check the latest version of the plugin and reopen this ticket if the issue/feature is still available.

from redmine_tags.

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.