Changes between Version 19 and Version 20 of S3/DynamicTables


Ignore:
Timestamp:
02/27/17 09:22:16 (8 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/DynamicTables

    v19 v20  
    240240     "component_tab": True,
    241241
     242     # Field setting to set component to single record:
     243     "settings": {
     244        "component_multiple": False,
     245        },
    242246     },
    243247}}}
     
    255259     # Field settings to control the component tab:
    256260     "settings": {
    257         "tab_label": "Performance Ratings",
     261        "component_multiple": False,
     262        "tab_label": "Performance Rating",
    258263        },
    259264     },
     
    272277     # Field settings to control the component tab:
    273278     "settings": {
    274         "tab_label": "Performance Ratings",
     279        "component_multiple": False,
     280        "tab_label": "Performance Rating",
    275281        "tab_position": 2,
    276282        },