Browse Source

#2755: [Bug]Fix right-click menu function error (#9766)

* The utils configuration files are centrally managed under common

* fix Right-click menu function error
git-as-svn/v1/dev
labbomb 3 years ago committed by GitHub
parent
commit
e5d852baef
  1. 2
      commit.ref
  2. 51
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit e1c0b448576b88c135423160de0be46295521cc9 Subproject commit d8c32ab5c4f0338ec55e9370e0a0fbeda0911382

51
commit.yml

@ -3,30 +3,33 @@ branches: {
} }
fileChange: fileChange:
/dolphinscheduler-ui-next: /dolphinscheduler-ui-next:
newFile: !uuid '463f9e24b3a1b60c7a65a87d514437002296349f' newFile: !uuid '763ed617fa8ce9ce3c74dafe645bcb12c6358933'
oldFile: !uuid 'd88a7939cd8d889dcf2e51b4a116908262d1023f' oldFile: !uuid '463f9e24b3a1b60c7a65a87d514437002296349f'
/dolphinscheduler-ui-next/src: /dolphinscheduler-ui-next/src:
newFile: !uuid '7275578bd26a334d3629180698eb26379aa9e090' newFile: !uuid 'aff4b5abb3dd9f84b7490f7bcbbea58886430dc2'
oldFile: !uuid 'e8b0e6c07722b93e979ae84da339aa5b5f7a70e0' oldFile: !uuid '7275578bd26a334d3629180698eb26379aa9e090'
/dolphinscheduler-ui-next/src/components: /dolphinscheduler-ui-next/src/views:
newFile: !uuid '601f8c01096e93fb05f502c79b22166e098eefb7' newFile: !uuid 'cc849b0582d3cd426209e875f09b4c165e64bdc9'
oldFile: !uuid 'bc3a9f9526eed6ddaf795bcac4970e8d26b9f9e2' oldFile: !uuid '80c1ae6395a526d4ab2b12f056aac8494164972d'
/dolphinscheduler-ui-next/src/components/crontab: /dolphinscheduler-ui-next/src/views/projects:
newFile: !uuid '06dcf351ed0dcd8f409bd4ca1fec5c978435d75d' newFile: !uuid '5b07f03a2726fda08fb9b9338b64a7f76318cafc'
oldFile: !uuid '87fc5e1352a8bbda7c7316baa70d1379eef768e6' oldFile: !uuid 'd152223167d3604a132466cc17d6b8a05e153dfc'
/dolphinscheduler-ui-next/src/components/crontab/index.module.scss: /dolphinscheduler-ui-next/src/views/projects/workflow:
newFile: !uuid '197b838b36ace256cb7c86dd516a14619dcfbb2a' newFile: !uuid 'd8b9e130bba2ce1839df633ee0f40d0147a22660'
oldFile: !uuid '26d4d51bdf8d383812c710b338a0022dd07f976b' oldFile: !uuid '97a795a30a4a1ee8ead4f6171ae55a97121f146e'
/dolphinscheduler-ui-next/src/components/crontab/modules: /dolphinscheduler-ui-next/src/views/projects/workflow/components:
newFile: !uuid '64bbdb5c98692db949df6938db7b4f2a70b65e40' newFile: !uuid '36e3940f80a5b5729aa1aa713b6255c366c223bb'
oldFile: !uuid 'e1024c042c566e85cb2e8f805295b49bae6f076c' oldFile: !uuid '17bb0330817fa6c66435642a18b7290ba0ea57a6'
/dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx: /dolphinscheduler-ui-next/src/views/projects/workflow/components/dag:
newFile: !uuid 'b4dd16d1af3fc96105e04e9f0c5b6cd4a72ce674' newFile: !uuid '512bcfbc3284766b02068ca8ff81d7d722c8ff5c'
oldFile: !uuid 'dca78fe597e768ddbc367ae74b968a99e2601566' oldFile: !uuid '26dca8be7be4ea58aeff3e88e28584d8ab6dfb6a'
/dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx: /dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-context-menu.tsx:
newFile: !uuid '1f53ccb793fc85cc920846c08a523ec9c293354f' newFile: !uuid '20b966a50e2810e884e965b93ace04e9a6e7dd6a'
oldFile: !uuid 'edff98afc24dd69f9864a100e6b10ef2160ad97c' oldFile: !uuid '30eaee9cdf45537814a325b3c94bbcd5cfdecdcf'
gitCommitId: !uuid 'e1c0b448576b88c135423160de0be46295521cc9' /dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/menu.module.scss:
newFile: !uuid 'b466175ec187ed84ec17aba728b887c2f70f2a4e'
oldFile: !uuid '2d2ecad17c48b4c84458d80ea47516e7094dd261'
gitCommitId: !uuid 'd8c32ab5c4f0338ec55e9370e0a0fbeda0911382'
renames: { renames: {
} }
revisionId: 2754 revisionId: 2755

Loading…
Cancel
Save