cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 UploadSet beforeItemAdded event no longer fires.

slade_stewart
Explorer
0 Kudos
242

In my ui5 project, I have an uploadset that was working for a long time. I'm making changes to the project but not to that section. Now the beforeItemAdded event no longer seems to fire.

WouterLemaire
Active Contributor
0 Kudos
Can you share the ui5 version you are using? Using a higher patch version might solve the problem
kyo_choi2
Participant
0 Kudos
If you set a javascript debug in the beforeItemAdded event method then does it stop there?
slade_stewart
Explorer
0 Kudos
@WouterLemaire, I can't figure out in the forum how to answer your question specifically. But my answer is:
slade_stewart
Explorer
0 Kudos
@WouterLemaire, I can't figure out how to answer your question specifically (no 'Answer' button in that 'pane'). But:
slade_stewart
Explorer
0 Kudos
@WouterLemaire, I can't figure out how to answer your question specifically. But my answer is: I appreciate the help and any further help. This is the info I get if I do a 'ui5 -v' in the cli: @ui5/cli: 3.9.0 @ui5/builder: 3.3.0 @ui5/server: 3.1.5 @ui5/fs: 3.0.5 @ui5/project: 3.9.0 @ui5/logger: 3.0.0
WouterLemaire
Active Contributor
0 Kudos
Use ctrl + shift + alt + s in the running app and check the technical information

Accepted Solutions (0)

Answers (1)

Answers (1)

slade_stewart
Explorer
0 Kudos

Thank you.  No, it doesn't fire.

kyo_choi2
Participant
0 Kudos
What do you mean by it doen't fire? Which tool are you using? WebIDE or BTP/BAS? or vsCode?