Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-components
Commits
41f59952
Commit
41f59952
authored
Mar 04, 2026
by
Samir Sadyhov
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update _RCC.js - добавлен ход выполнения для есэдо документов
parent
9fcff5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
constructor/scripts/RCC/_RCC.js
constructor/scripts/RCC/_RCC.js
+4
-2
No files found.
constructor/scripts/RCC/_RCC.js
View file @
41f59952
...
...
@@ -131,12 +131,14 @@ const parseHistory = data => {
return
span
;
}
const
isShow
=
({
showInHistory
,
external
})
=>
showInHistory
||
external
;
const
f
=
(
d
,
funcIndex
)
=>
{
d
.
forEach
((
x
,
i
)
=>
{
const
t
=
[];
const
{
showInHistory
,
name
,
started
,
finished
,
comment
,
userName
,
authorName
,
finishedUser
,
subProcesses
}
=
x
;
if
(
showInHistory
)
{
const
{
name
,
started
,
finished
,
comment
,
userName
,
authorName
,
finishedUser
,
subProcesses
}
=
x
;
if
(
isShow
(
x
)
)
{
t
.
push
(
getSpan
(
name
,
started
,
funcIndex
));
t
.
push
(
getSpan
(
userName
,
started
));
t
.
push
(
getSpan
(
authorName
,
started
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment