You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the hashtable is not ordered. I tried to fix it but I had to rollback my changes.
the function Remove-PodeNullKeysFromHashtable doesn't like an ordered hashtable
I'm working to remove the need forthis function.
Question
My OCD is killing me :-)
Is there any way of sorting the output?
Defined like this:
Add-PodeOAComponentSchema -Name 'WebLink' -Schema (
New-PodeOAObjectProperty -Properties @(
(New-PodeOAStringProperty -Name 'Url'),
(New-PodeOAStringProperty -Name 'Header'),
(New-PodeOAStringProperty -Name 'Text'),
(New-PodeOAStringProperty -Name 'Target')
)
)
Showed like this:
WebLink
Target | string
Url | string
Header | string
Text | string
The text was updated successfully, but these errors were encountered: