-
-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Type: BugSomething isn't workingSomething isn't working
Milestone
Description
Hi,
when trying to install Nebula Logger I get the following error:
1. Illegal assignment from List<Schema.PicklistEntry> to List<PicklistEntry>
LogHandler: Illegal assignment from List<Schema.PicklistEntry> to List<PicklistEntry>
2. Method does not exist or incorrect signature: void getValue() from the type PicklistEntry
LogHandler: Method does not exist or incorrect signature: void getValue() from the type PicklistEntry
3. Method does not exist or incorrect signature: void getValue() from the type PicklistEntry
LogHandler: Method does not exist or incorrect signature: void getValue() from the type PicklistEntry
4. Dependent class is invalid and needs recompilation:
Class LogHandler : Illegal assignment from List<Schema.PicklistEntry> to List<PicklistEntry>
LogHandler_Tests: Dependent class is invalid and needs recompilation:
Class LogHandler : Illegal assignment from List<Schema.PicklistEntry> to List<PicklistEntry>
5. Invalid type: LogHandler
Log: Invalid type: LogHandler
6. (LoggerLogManagement) No classes found for LogHandler_Tests.
LoggerLogManagement: No classes found for LogHandler_Tests.
I have actually noticed that Salesforce has recently changed the return type of getPicklistValues() and started to throw type mismatch on Schema vs global PicklistEntry.
I can make PR if needed :)
Thank you!
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't working