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.

CommentFileSizeAuthor
#2 profile.png9.38 KBjec006

Comments

askandlearn’s picture

This 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?

jec006’s picture

StatusFileSize
new9.38 KB

Hi,

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.

jec006’s picture

Title: Cannot add new Profile » Cannot add new Profile using Organization Name
Version: 7.x-1.0-alpha6 » 7.x-1.x-dev
Assigned: Unassigned » jec006

Will 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.

jec006’s picture

Assigned: jec006 » Unassigned
Status: Active » Fixed

Ok, I committed a fix on the 7.x-1.x branch:

http://drupal.org/commitlog/commit/7672/ea33d51e3685ad449ea773ec90a704e8...

Basically it does the following:

  • Fixes issue where one could not use Organization to fill out full name
  • Adds 'Edit' link for fullname which allows you to edit the full name
  • Adds 'Reset' link for fullname that appears if FullName has been editted to something custom. This will allow you to reset it back to Auto Generated.
askandlearn’s picture

I just tested this on the new openpublish_alpha7 and it works great. Thanks for your work.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.