It's pretty good and everything fine, just now i found a problem with it. I tried with different drupal instances but the result is true.

Dashboard Name (for CSS) is not being rendered. Suppose if we give a dashboard name as "welcome" and submit it's working. It's fine until this.

When i edit the same dashboard again the Dashboard Name (for CSS) defaults to blank. This makes the layout looks different and it's hard to remember the CSS name. I need to manually check the stylesheet or dashboard tables for the CSS name"welcome".

Thanks in advance.

Comments

merlinofchaos’s picture

Assigned: Unassigned » merlinofchaos
Status: Active » Fixed

Fixed in HEAD and tagged; will be available on next update run.

You can fix this manually by modifying line 75:

  $output .= form_textfield(t('Dashboard Name (for CSS)'), 'dashboard_name', $node->dashboard_name, 20, 60);

Thanks for pointing this out!

Anonymous’s picture

Status: Fixed » Closed (fixed)