Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi,
I have the following
Code: Select all
    <cms:editable
        name='location'
        label='Location'
        opt_values='Please Select=- | Ipswich=1 | Gt Yarmouth=2 | none=3'

        search_type='integer'

        type='dropdown'
    />


I have changed one of the options to
Code: Select all
    <cms:editable
        name='location'
        label='Location'
        opt_values='Please Select=- | Felixstowe=1 | Gt Yarmouth=2 | none=3'

        search_type='integer'

        type='dropdown'
    />

However it does not change the option in admin, have loaded index.php and cleared cache
any other ideas?
Hi,

Please make sure you are logged-in as 'super-admin' while visiting the changed template.
Failure to do that appears to be the only reason for changes not being picked up by the admin panel.

Please take a look at the following thread for ways to ensure this step is taken correctly -
viewtopic.php?f=4&t=8059

Hope it helps.
2 posts Page 1 of 1
cron