dynamically-created YAML instances do not auto-assign unspecified instance indices properly #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If we do not specify an Instance Index, the newly -created Instance and Class Index get swapped!
e.g. instead of 12019$1 ,it puts 1$12019 !!!
BUT if we manually specify Index on the class it works fine...
this has been fixed with the addition of 'p_class_global_identifier' parameter to the SQL procedure 'mocha_prepare_instance'