Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address capitalized #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion PropertyMgt.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<component name="FacetManager">
<facet type="IlluminatedCloud" name="Illuminated Cloud">
<configuration>
<option name="connectionName" value="Bootcamp" />
<option name="connectionType" value="SFDX" />
<option name="moduleContents">
<ModuleContents>
Expand All @@ -20,7 +21,7 @@
<content url="file://$MODULE_DIR$/force-app">
<sourceFolder url="file://$MODULE_DIR$/force-app/main/default" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="IlluminatedCloud (PropertyMgt/March22a)" jdkType="IlluminatedCloud" />
<orderEntry type="jdk" jdkName="IlluminatedCloud (PropertyMgt/Bootcamp)" jdkType="IlluminatedCloud" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
2 changes: 1 addition & 1 deletion force-app/main/default/classes/PropertyController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public with sharing class PropertyController {
return [
SELECT
Id,
address__c,
Address__c,
city__c,
state__c,
description__c,
Expand Down