Closed (fixed)
Project:
jEditable
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2011 at 12:27 UTC
Updated:
15 Dec 2011 at 09:40 UTC
Jump to comment: Most recent file
This is a great module already, thanks for this.
I was just wondering if you're planning to support entities in general instead of "just" nodes. In particular we would be very keen to get this working with users as well as we have added tons of fields to user profiles and it would be amazing if we could allow the users to edit those fields from their profile view easily.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jeditable.module.patch | 876 bytes | jurgenhaas |
Comments
Comment #1
jurgenhaasSorry, I should have checked the code first. I would have seen that you are supporting user entities already. However, there are some bugs and I created a patch to resolve them (see attached).
What's not sorted yet is that the languages are not really supported yet. I wonder if you wouldn't want to write the language code into the field id as well?
Comment #2
murzThanks for the patch, but I think that LANGUAGE_NONE is not so good, this is break translatable fields.
Maybe better to load field info and check translatable status? something like this:
P.S. I move my sandbox to official module page, so future updates will be in official git repository.
Comment #3
jurgenhaasLooks like a good idea.
Comment #4
murzOk, I committed this to 7.x-1.x branch in official page git, but without good testing. If you find some bugs, please open new bug in project.
P.S. If you want, I can add you as developer for this module, because I not often have time for work on this module. So you will can post patches directly to git.
Comment #5
jurgenhaasThat would be great. In fact I would like to add quite some more functionality to this module as I think it comes with a lot of potential.