Skip to content

Request: Support non-integer IDs #120

@royk

Description

@royk

ajax.find:

if ( ! Ember['default'].isNone( id ) ) {
                options.data    = options.data || {};
                options.data.id = parseInt( id, 10 );
}

Is it really necessary to parseInt the ID? It's not unreasonable to want to work with hashed IDs.

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