View Issue Details

IDProjectCategoryView StatusLast Update
0006910Flow themeThemepublic2018-12-07 09:22
Reporterpbenke Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.0.2 
Summary0006910: Configuration error in flow theme
DescriptionFile: theme.php
----------------------------------------------------

array(
    'group' => 'background',
    'name' => 'sBackgroundPosVertical',
    'type' => 'select',
    'value' => 'top',
    'constraints' => 'left|right|center',
),
=> Should be:
array(
    'group' => 'background',
    'name' => 'sBackgroundPosVertical',
    'type' => 'select',
    'value' => 'top',
    'constraints' => 'top|bottom|center',
),

Thanks.
TagsNo tags attached.

Activities

QA

2018-10-19 07:47

administrator   ~0012645

Hi pbenke
please provide further information why the value should be renamed, otherwise I have to change the entry to a feature request.
Thank you in advance.

anton.fedurtsya

2018-12-06 13:55

administrator   ~0012728

It is not variable rename.. its values fix. Vertical align cannot be left/right, but should be vertical: top/bottom, as mentioned by author :)

pbenke

2018-12-07 09:22

reporter   ~0012729

Thank you anton.fedurtsya, that's correct :-)