Git Product home page Git Product logo

custom_field_label's Introduction

Redmine Custom Field Label Plugin

This plugin adds a new custom field type: Label

Install: Download contents, add directory into /plugins/redmine_custom_field_label, restart your application.

Please feel free to add, edit to this repository

custom_field_label's People

Stargazers

 avatar

Watchers

 avatar

Forkers

yurmala jgallot

custom_field_label's Issues

Can you add option for full wide label?

Can you add option for full wide label? It would be great ability split custom field by the group.
custom-field-label-1-------------------------------------------------------
custom-field-1 custom-field-3
custom-field-2 custom-field-4
custom-field-label-2-------------------------------------------------------
custom-field-5 custom-field-6

redmine 4.1.x error for issues list page

ActionView::Template::Error (undefined method `custom_field_name_tag_bold' for #<#Class:0x00005608d103bf58:0x00005608d03e9638>
Did you mean? custom_field_name_tag):
9: <% split_on = (custom_field_values.size / 2.0).ceil - 1 %>
10: <% custom_field_values.each do |value| %>
11: <% if value.custom_field.field_format == 'label'%>
12:

<%= custom_field_name_tag_bold(value.custom_field) %>


13: <% else %>
14:

<%= custom_field_tag_with_label :issue, value, :required => @issue.required_attribute?(value.custom_field_id) %>


15: <% end %>

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.