Closed (fixed)
Project:
OpenPublish
Version:
7.x-1.x-dev
Component:
Admin Interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2012 at 19:19 UTC
Updated:
1 Apr 2012 at 00:21 UTC
Jump to comment: Most recent file
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.