We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2815a6 commit 96e0f6dCopy full SHA for 96e0f6d
eFormAPI/Installation/CustomActions/CustomAction.cs
@@ -675,6 +675,12 @@ private static void AddImageHandlers(string siteName)
675
MessageBox.Show("jpegHandlerMissing");
676
jpegHandlerMissing = false;
677
}
678
+ string obj = "";
679
+ foreach (var part in ce.Attributes)
680
+ {
681
+ obj += part.Name + " : " + part.Value + "\n";
682
+ }
683
+ MessageBox.Show("current ce is :\n" + obj.ToString());
684
685
686
if (pngHandlerMissing)
0 commit comments