"When I go into studio -> leads -> edit layout -> Edit View
My custom layout is defined, exactly the same as Detail View, and how I want it. Then I click save and publish. When I acutally go and edit a lead though, the default edit view layout is displayed and not my custom layout. I have a feeling the Edit View for leads is in fact the Detail View for leads in studio and not working.
Subject: Edit View, Search View, Not Even Displaying, Seeing Detail View
Still the same problem in 4.5.0c. When I go to leads and Edit View the page looks the same as my Detail View, also the Search View looks the same as the detail view as well.
Thereforre cannot change te Edit View or Search View in studio -> leads."
I can tell you what your problem is...
First, I'm real confident in my assumption that you're running Sugar on a Linux based system, because that's where this problem arises.. At least in my own personal experience..
FILE PERMISSIONs!
you've edited/modified, or messed with the:
modules/moduleName/EditView.html or DetailView.html files....
The user of which your webserver runs under does not own these files nor have write permission.
My personal solution, which I use often cause I do alot of custom editing, is this:
chown -R username.username SugarCRMDirectoryName
Whereby you are at a shell prompt, one directory above the crm installation.
This command will change the ownership of all files in the sugar directory and all sub-directories, to the username specified (this should be the linux username of which your webserver runs under).
This single command will fix this problem and ensure it does not exist with any file in your crm installation.
Your welcome..
Bookmarks