
Diego Bechi
-
Atividade total10
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos2
-
Assinaturas2
Visão geral da atividade
Atividade mais recente por Diego Bechi-
Diego Bechi comentou,
re: Apps and EAP functionality are disabled within the sandbox. I have a question about it. is there any way to create the sandbox account with all the Apps I have in production? (besides doing it ...
-
Diego Bechi comentou,
Thank you SO much James!!!!! I just noticed that when I tested the previous piece of code, I forgot to re-add the background instance on the manifest :face-palm: Now that I added it back and modify...
-
Diego Bechi comentou,
Thanks James and Eric for your responses. @James thanks for sharing this I think the error is coming from the instance for your background location, which doesn't support the iconSymbol property....
-
Diego Bechi comentou,
Not sure if I fully understand that idea. I need to keep the icon in there since I'm updating it based on some logic for this use case. Let me explain it by using the Atlassian Status page case be...
-
Diego Bechi comentou,
Sorry for the confusion, I'm running the app in the background AND in the top bar section. Besides that what I'm updating is the icon that it's always visible at the top. I noticed that a few top ...
-
Diego Bechi criou uma publicação,
[ Top Bar App ] Could not find handler for: "iconSymbol"
Hi there, I'm building a simple top bar app and I'm having issues while using the setter to change the icon: var client = ZAFClient.init(); client.set('iconSymbol', 'mySymbol') This works properly...