I am trying to add a new Profile. It is for an organization. I fill in the organization field. When I hit SAVE I get an error message telling me "Full Name Field is required". The rollover for that field tells me that "it will be filled in automatically," but it is not filled in automatically. The "Full Name" field will not allow me to type into it. So I cannot save the Profile.
Interestingly, I was able to import over 100 profiles via the feeds/csv interface and the Full Name field did accept those entries.
I'm dead in the water here. Cannot add new Profiles.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | profile.png | 9.38 KB | jec006 |
Comments
Comment #1
askandlearn commentedThis problem is also described at: http://groups.drupal.org/node/204023 . The poster suggested he got around the problem by using rules, but that can't possibly be what the OpenPublish authors have in mind for a final fix.
Can anyone suggest a patch or an approach to troubleshooting this problem with the "Full Name" field in the Profile Content Type?
Comment #2
jec006 commentedHi,
Sorry for the delay, I just saw this question.
The basic idea is that the JavaScript on the page should fill out the title by combining what is put into the First and Last name fields. If you enter an organization name that can also be added to the title. But I believe that either first or last name must be entered right now. This seems to be an error in the logic of the javascript.
Comment #3
jec006 commentedWill check to see what in the js is causing this issue. I believe we should also add an 'Edit title directly' option as, as you said, you may want to do this and its infuriating that you can't.
Comment #4
jec006 commentedOk, I committed a fix on the 7.x-1.x branch:
http://drupal.org/commitlog/commit/7672/ea33d51e3685ad449ea773ec90a704e8...
Basically it does the following:
Comment #5
askandlearn commentedI just tested this on the new openpublish_alpha7 and it works great. Thanks for your work.