Skip to content

Include Middle Name in no-overwrite function #4

@magnolia61

Description

@magnolia61

Since we include Middle Name in out profiles, it would be very usefull for us to include the middle name field in this extension. I still need to figure out submitting PR's etcetera. Be gracefull on me. This is the code change I propose. Thanks a lot for your hard work. :-) Regards, RIchard

noverwrite.js

  • $.each(["#first_name","#last_name"],function (k,v) {
  • $.each(["#first_name","#middle_name","#last_name"],function (k,v) {

noverwrite.php

  • foreach (array( 'first_name', 'last_name') as $f) {
    +foreach (array( 'first_name', 'middle_name','last_name') as $f) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions