Does module have inline cell (or modal form) feature for published and sticky node fields?
In readme I see that any field can have modal form editable dialog.
But when I go to Slickgrid settings, on those field row I see:
No editor plugins for this field.

Is this a bug, or at now Slickgrid can't edit this field types?

Comments

bennos’s picture

in the d6 version it is functional.

the feature depends on the jeditable module and this has no d7 version.

murz’s picture

I try to convert jEditable for Drupal 7.x, here is my sandbox: http://drupal.org/sandbox/murz/1291492
And try to add editing those fields, if I do something in this way, I'll post here.

ben_scott’s picture

Hi -

Sorry, this isn't functional in the D7 version because published & sticky aren't proper fields - they're defined in hook_field_extra_fields(). It worked in D6 as that one just extracted part of the form, but that was always a bit buggy. I do want to get these pseudo-fields supported - but I'm not sure the jeditable module will do it (I haven't used it before though). I'll look into it...

Cheers,

Ben

Cablestein’s picture

I am reading the module description, and some issues about D7 & editing fields.

I still don't see a super clear answer about editing fields in D7.

What about editing regular fields like Titles, in D7, is that possible?

ben_scott’s picture

All regular fields (fields that can be added via the fields UI) are editable.

Titles aren't regular fields, but are editable in slickgrid. They are the only pseudo-field this module supports, the other ones (sticky, promote to front page etc.,) are not editable.

tr33m4n’s picture

I can't seem to edit the titles in 7.x dev... Am I missing something?

Cheers

tinflute’s picture

I read a tip that you need to install http://drupal.org/project/title before title editing works.
I haven't gotten to work yet though.