Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Регистронезависимая запись типа сущности #17

Open
wmakeev opened this issue May 31, 2015 · 0 comments

Comments

@wmakeev
Copy link
Owner

wmakeev commented May 31, 2015

// Поддерживается
client.load('customerOrder', uuid);
client.load('CustomerOrder', uuid);

// Не поддерживается (необходимо реализовать)
client.load('customerorder', uuid);

Последняя запись удобна при написании аддонов к приложению МойСклад, когда тип сущности получается из url страницы, где запись типа всегда в нижнем регистре.

var client = require('moysklad-client').createClient();
var router = require('moysklad-router').start();

// Загружает документ который сейчас открыт на экране пользователя
var currentDocument = client.load(router.state.section, router.state.query.id);
@wmakeev wmakeev added this to the 0.2.9 milestone Apr 2, 2016
@wmakeev wmakeev modified the milestones: 0.2.9, 0.3.0 Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant