Closed (fixed)
Project:
Auto Admin
Version:
6.x-1.8
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2011 at 12:59 UTC
Updated:
11 Feb 2011 at 20:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
_rune commentedHi
Did you read the docs? Its at http://drupal.org/node/653478.
The command you wan't to run is:
Deletion is supported.
Cheers and good luck!
Rune
Comment #2
siva.thanush commentedYa i have done this,
So after doing this i went to "admin/content"
it gave me a error msg as
"Module=my_module,Table=mm_table: The setting [alias] is required."
What to do now?
How to set the setting [alias]?
do i need to give the field name and description in the coding,i.e., in the file generated?
Comment #3
_rune commentedIn the file called [ROOT_FOLDER]/sites/all/modules/my_module/my_module.autoadmin.inc there need to be a key called 'alias' that should have the same name as one of the fields in your table. See http://drupal.org/node/653362.
Comment #4
_rune commentedAnd if you really generated the schema, the 'alias' should never be empty. Can you attach the sql create code here? Then I can take a look.
Comment #5
siva.thanush commentedya it created as i expected but its taking me to the node itself.
So can u tell me is it possible to update the view's single column.
from the view itself.
For example:
___________________________________
user | status |
----------------------------------------------
user1 active(An option to change him block)
user2 active(An option to change him active)
Comment #6
_rune commentedHey
Added a new beta release (meaning that details can change) that makes customizing the list page possible. You can download that release http://drupal.org/node/581522/release.
Whats new in that release is the "list_display" setting in the schema definition. See the file [PROJECT_ROOT]/sites/all/modules/album/album.autoadmin.inc to see how it is used. The ["list_display"]["list_renderer"] is the callback function for the composite field.
I have attached a module called "album" to this thread as an example of using this new feature.
Hopes this helps!
Rune
Edit: I guess beta releases are not shown on the project frontpage, removed notion of that.
Comment #7
_rune commented