Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/5b38569bd407464d#

As a part of "57: Set formatters for all checkbox type fields" task
(

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.

)  where we are checking
all project configs and converting check-box fields to use Formatters,
we came across another minor issue were we have fields named "Enabled"
with the column named "la_col_Status", thus the options were Active
(la_opt_Active) and Disabled (la_opt_Disabled).

'Enabled' => Array ('title' => 'la_col_Status', 'filter_block' =>
'grid_options_filter', 'width' => 60, ),

I suggest we create a separate task where we check the whole project
of these places and convert them accordingly.

What do you think?

  • No labels