[buddypress-trac] [BuddyPress Trac] #5773: group create screen input name mismatched on edit screen
buddypress-trac
noreply at wordpress.org
Mon Jul 21 23:26:09 UTC 2014
#5773: group create screen input name mismatched on edit screen
--------------------------+-----------------------------
Reporter: modemlooper | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: Awaiting Review
Component: Groups | Version: 2.0
Severity: minor | Keywords: dev-feedback
--------------------------+-----------------------------
The group id input added on create and edit screens is off
On the edit screen:
<input type="hidden" name="group-id" id="group-id" value="142">
On the create screen:
<input type="hidden" name="group_id" id="group_id" value="142">
Notice the underscore? This causes issues when you are using the edit
screen for your create screen and need to get the group id. I wrote a
check in my code but shouldn't these be the same?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5773>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list