Possible to delete downloads created in studio

Hi again!

I created a drop down in the studio. I now want to delete it as decided that I don’t need it.

Is there a way to do this, I see no delete button?

Cheers

Craig

Hi,

How did you create this Dropdown? If you created it through Studio or the Dropdown Editor, then you will have to go into whichever one of these you created the field in, and you will be able to delete it there.

If you created it via the code, you will have to remove the code that you have added to generate this field.

Hi,

Hope you’re well. Thanks for the response.

I created it in the dropdown editor. It’s not used in any of the modules (it was but I took it out).

pic enclosed.

Hi,

You should be able to remove a custom dropdown list by navigating to:
custom/include/language/en_us.lang.php

You should see a line that is similar to:


$GLOBALS['app_list_strings']['aa_nrc_subtypecase']=array (

);

Delete this line & array.

Run a Quick Repair & Rebuild in the Admin > Repair menu
Your custom dropdown should now be deleted.

Thanks.

Thanks for the advice. Found it!

Can’t seem to change the file - presumably this is due to permissions related to the application being open.

Will this out somehow. think a server issue.

Cheers!

C