Skip to content

Conversation

@EightM
Copy link
Member

@EightM EightM commented Dec 2, 2020

close #134

var guidObject = dataStrings[currentObjectPoint + 2];
var supportVariant = getSupportVariantByInt(support);
SupportVariant supportVariant;
if (configurationSupportVariant == SupportVariant.EDITABLE_SUPPORT_ENABLED) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я в детали не углублялся, но тут точно ==?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nixel2007 enum же

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я не про сравнение как таковое, а про == или !=

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nixel2007 Когда у конфигурации стоит полная поддержка, общий статус у неё 1, а не 0.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 становится после жмаканья кнопки "Включить возможность изменения".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужен кто-то шарящий

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я как раз хотел предложить ввести отдельный энум/константу

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theshadowco @otymko Константа или enum?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EightM enum

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theshadowco @otymko добавил enum

@otymko otymko merged commit 97cd65e into 1c-syntax:develop Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Статус поддержки: учет общего уровня "замка"

4 participants