Changeset 16 for abstract.ofcchart

Show
Ignore:
Timestamp:
04/17/08 11:05:10 (4 years ago)
Author:
biagio
Message:

fix: updated DEPENDENCIES

Location:
abstract.ofcchart/trunk/abstract/ofcchart
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • abstract.ofcchart/trunk/abstract/ofcchart/browser/chart_view.pt

    r11 r16  
    66<div metal:fill-slot="main"> 
    77        <h2>Chart</h2> 
     8        <div tal:content="python:here.Description()">description</div> 
    89          <div tal:define="values python:view.generateChartValues()"> 
    910          <tal:block tal:condition="python:values"> 
  • abstract.ofcchart/trunk/abstract/ofcchart/config.py

    r11 r16  
    4343# Dependencies of Products to be installed by quick-installer 
    4444# override in custom configuration 
    45 DEPENDENCIES = [] 
     45DEPENDENCIES = ['DataGridField',] 
    4646 
    4747# Dependend products - not quick-installed - used in testcase