Skip to main content
Sign in
Snippets Groups Projects
Commit 1a7d5177 authored by Manuel Geyer's avatar Manuel Geyer
Browse files

Commit

parent f266453b
Branches
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
"zeroalltabindexes": false
},
"Author": "",
"BindingErrorCount": 1,
"BindingErrorCount": 0,
"ContainsThirdPartyPcfControls": false,
"DefaultConnectedDataSourceMaxGetRowsCount": 500,
"DocumentAppType": "Phone",
......
......
......@@ -14,40 +14,29 @@
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.Icon1.OnSelect"
"fullyQualifiedName": "Main.eraser1.AccessibleLabel"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.Icon1.OnSelect",
"fullyQualifiedName": "Main.eraser1.AccessibleLabel",
"relativeAddress": 0
},
"region": {
"charLength": 19,
"charOffset": 0,
"snippet": {
"text": "MailMyChatbox.Run()"
}
}
},
"properties": {
"member": "OnSelect",
"member": "AccessibleLabel",
"module": "Main",
"type": "Main.Icon1"
"type": "Main.eraser1"
}
}
],
"message": {
"arguments": [
"Run",
"MailMyChatbox"
],
"id": "issue"
},
"properties": {
"level": "High"
"level": "Medium"
},
"ruleId": "app-ErrUnknownNamespaceFunction",
"ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 0
},
{
......@@ -55,17 +44,17 @@
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.eraser1.AccessibleLabel"
"fullyQualifiedName": "Main.eraser1.TabIndex"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.eraser1.AccessibleLabel",
"fullyQualifiedName": "Main.eraser1.TabIndex",
"relativeAddress": 0
}
},
"properties": {
"member": "AccessibleLabel",
"member": "TabIndex",
"module": "Main",
"type": "Main.eraser1"
}
......@@ -77,7 +66,7 @@
"properties": {
"level": "Medium"
},
"ruleId": "acc-AccessibleLabelNeeded",
"ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"ruleIndex": 1
},
{
......@@ -85,19 +74,19 @@
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.eraser1.TabIndex"
"fullyQualifiedName": "Main.textinput1.AccessibleLabel"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.eraser1.TabIndex",
"fullyQualifiedName": "Main.textinput1.AccessibleLabel",
"relativeAddress": 0
}
},
"properties": {
"member": "TabIndex",
"member": "AccessibleLabel",
"module": "Main",
"type": "Main.eraser1"
"type": "Main.textinput1"
}
}
],
......@@ -107,27 +96,27 @@
"properties": {
"level": "Medium"
},
"ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"ruleIndex": 2
"ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 0
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.textinput1.AccessibleLabel"
"fullyQualifiedName": "Main.send1.AccessibleLabel"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.textinput1.AccessibleLabel",
"fullyQualifiedName": "Main.send1.AccessibleLabel",
"relativeAddress": 0
}
},
"properties": {
"member": "AccessibleLabel",
"module": "Main",
"type": "Main.textinput1"
"type": "Main.send1"
}
}
],
......@@ -138,6 +127,36 @@
"level": "Medium"
},
"ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 0
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.send1.TabIndex"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.send1.TabIndex",
"relativeAddress": 0
}
},
"properties": {
"member": "TabIndex",
"module": "Main",
"type": "Main.send1"
}
}
],
"message": {
"id": "issue"
},
"properties": {
"level": "Medium"
},
"ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"ruleIndex": 1
},
{
......@@ -145,19 +164,19 @@
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.send1.AccessibleLabel"
"fullyQualifiedName": "Main.Icon1.AccessibleLabel"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.send1.AccessibleLabel",
"fullyQualifiedName": "Main.Icon1.AccessibleLabel",
"relativeAddress": 0
}
},
"properties": {
"member": "AccessibleLabel",
"module": "Main",
"type": "Main.send1"
"type": "Main.Icon1"
}
}
],
......@@ -168,26 +187,26 @@
"level": "Medium"
},
"ruleId": "acc-AccessibleLabelNeeded",
"ruleIndex": 1
"ruleIndex": 0
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.send1.TabIndex"
"fullyQualifiedName": "Main.Icon1.TabIndex"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.send1.TabIndex",
"fullyQualifiedName": "Main.Icon1.TabIndex",
"relativeAddress": 0
}
},
"properties": {
"member": "TabIndex",
"module": "Main",
"type": "Main.send1"
"type": "Main.Icon1"
}
}
],
......@@ -198,7 +217,7 @@
"level": "Medium"
},
"ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"ruleIndex": 2
"ruleIndex": 1
}
],
"tool": {
......@@ -206,20 +225,6 @@
"fullName": "PowerApps app checker",
"name": "PowerApps app checker",
"rules": [
{
"id": "app-ErrUnknownNamespaceFunction",
"messageStrings": {
"issue": {
"text": "'{0}' is an unknown or unsupported function in namespace '{1}'."
}
},
"properties": {
"componentType": "app",
"level": "High",
"primaryCategory": "formula",
"whyFix": ""
}
},
{
"id": "acc-AccessibleLabelNeeded",
"messageStrings": {
......
......
......@@ -19,7 +19,7 @@
},
"FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "11/12/2023 11:30:36",
"HeaderLastSavedDateTimeUTC": "11/12/2023 11:31:55",
"IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": {
"99352d8f-567f-4bcc-a2d7-87a89a789722": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/38d6e5b5b5fa999a16ebdf0aa169572f-c1654a69e558fc9f\"",
......
......
......@@ -4,11 +4,11 @@
"IsLocalBuild": false
},
"ClientPerFileChecksums": {
"AppCheckerResult.sarif": "C8_LjhZU8+Rx7SCGkFNslMpupkvSqusIyD6fcsyGSLHRYc=",
"AppCheckerResult.sarif": "C8_jIfg1OTAKq5EqQWF279aA+abIAN8TtFG4Wb4X0ljBVk=",
"Controls\\1.json": "C8_opQhFd7tQ3IkRABVgFFq82IYQKAFbJ5qy/GElyH/FyI=",
"Controls\\4.json": "C8_NAkAc3G5JsFm0A3JjXa4x+tJTyXF7mDMwFPEr94LYuU=",
"Header.json": "C8_gYXFeocxUxPvzm5+KhEkmFr1rUg0oZyz9sk4PnowmI8=",
"Properties.json": "C8_EmP9+I4dfqYyjJY0rPuaHI4bThnmk94zsDuX0YKG7cM=",
"Controls\\4.json": "C8_+Y1kj1Hjwl45A5+mtz3XVaidFH6tsI+eALtqxA+flzk=",
"Header.json": "C8_VerU65GZ/dtg5G/65RniZESLmPwTn9aETdCURLSgcCs=",
"Properties.json": "C8_F9AnosGizF1EW2CG84BnKDJGTxHkc+17PFDiDFHzN1E=",
"References\\DataSources.json": "C8_c2e2pLWnsP1klyhzuAcGwOEuDFdaI569SQ9I0b6Zp5Q=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\Resources.json": "C8_s+se9qfOYnCKwfIt6gbv1FGBHW47JCt5d/CkUpqbcjk=",
......@@ -16,13 +16,13 @@
"References\\Themes.json": "C8_tsXtDVkT5pjhDU/pIa1ap3UW1Mua31Be8aPLGOt6H94=",
"Resources\\PublishInfo.json": "C8_BDzXB/XwFggKTFb7EVkbB4z5ZX4/lSRN87GpfLsKt+k="
},
"ClientStampedChecksum": "C8_xqIPS/ZoqhhBfd+udSTaOlBzvUY5fFzssGJ9ChDoENc=",
"ClientStampedChecksum": "C8_06ihFaw9SNxB8lMGFEOm6AtNHEG+9IWPRg568XoGPJo=",
"ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_LjhZU8+Rx7SCGkFNslMpupkvSqusIyD6fcsyGSLHRYc=",
"AppCheckerResult.sarif": "C8_jIfg1OTAKq5EqQWF279aA+abIAN8TtFG4Wb4X0ljBVk=",
"Controls\\1.json": "C8_opQhFd7tQ3IkRABVgFFq82IYQKAFbJ5qy/GElyH/FyI=",
"Controls\\4.json": "C8_NAkAc3G5JsFm0A3JjXa4x+tJTyXF7mDMwFPEr94LYuU=",
"Header.json": "C8_gYXFeocxUxPvzm5+KhEkmFr1rUg0oZyz9sk4PnowmI8=",
"Properties.json": "C8_EmP9+I4dfqYyjJY0rPuaHI4bThnmk94zsDuX0YKG7cM=",
"Controls\\4.json": "C8_+Y1kj1Hjwl45A5+mtz3XVaidFH6tsI+eALtqxA+flzk=",
"Header.json": "C8_VerU65GZ/dtg5G/65RniZESLmPwTn9aETdCURLSgcCs=",
"Properties.json": "C8_F9AnosGizF1EW2CG84BnKDJGTxHkc+17PFDiDFHzN1E=",
"References\\DataSources.json": "C8_c2e2pLWnsP1klyhzuAcGwOEuDFdaI569SQ9I0b6Zp5Q=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\Resources.json": "C8_s+se9qfOYnCKwfIt6gbv1FGBHW47JCt5d/CkUpqbcjk=",
......@@ -30,5 +30,5 @@
"References\\Themes.json": "C8_tsXtDVkT5pjhDU/pIa1ap3UW1Mua31Be8aPLGOt6H94=",
"Resources\\PublishInfo.json": "C8_BDzXB/XwFggKTFb7EVkbB4z5ZX4/lSRN87GpfLsKt+k="
},
"ServerStampedChecksum": "C8_xqIPS/ZoqhhBfd+udSTaOlBzvUY5fFzssGJ9ChDoENc="
"ServerStampedChecksum": "C8_06ihFaw9SNxB8lMGFEOm6AtNHEG+9IWPRg568XoGPJo="
}
\ No newline at end of file
......@@ -211,7 +211,7 @@ Main As screen:
HoverColor: =RGBA(180, 24, 24, 1)
HoverFill: =RGBA(0, 0, 0, 0)
Icon: =Icon.Mail
OnSelect: =MailMyChatbox.Run();
OnSelect: ='PowerAppV2->Sendanemailnotification(V3)'.Run()
PressedBorderColor: =RGBA(0, 0, 0, 0)
PressedColor: =RGBA(180, 24, 24, 1)
PressedFill: =RGBA(0, 0, 0, 0)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment