mirror of
https://github.com/zerobig/vscode-1c-metadata-viewer.git
synced 2024-11-28 08:58:41 +02:00
Ошибка - неверный путь к модулю формы
This commit is contained in:
parent
2315c13f72
commit
e839683ccb
@ -409,7 +409,7 @@ function CreateTreeElements(element: TreeItem, metadataFile: MetadataFile) {
|
||||
{
|
||||
icon: 'form',
|
||||
context: 'form',
|
||||
path: `${element.id}/${CreatePath(objectName)}/Forms/${current.$_name.split('.').pop()}/Ext/Form`,
|
||||
path: `${element.id}/${CreatePath(objectName)}/Forms/${current.$_name.split('.').pop()}`,
|
||||
}));
|
||||
} else if (current.$_name.includes('.Template.') && !current.$_name.endsWith('.Template')) {
|
||||
if (!previous.template[objectName]) {
|
||||
|
Loading…
Reference in New Issue
Block a user