ashinde
Joined 10 years ago
Joined 10 years ago
This should be fixed. An IP in our white list was not a valid IP format and it caused problems with basic auth.
ashinde- This is the default behavior of lithium, I have verified this on several communities. The main thread is also a message, due to that sorting by Newest to Oldest even take the main thread to bottom. As main thread is at bottom, showing the accepted solutions below that would not make any sense.
ashinde- If you are doing this inside lithium, You can achieve the same result with lithium Restd V2 call.
<#assign Resp= http.client.request( liurl+"/test-message?postId=${pid}").get()/>. You are calling other endpoint with this call.
Could you please also show which call you are using to get categories?
if you are using REST V1 or REST V2, you can get the hidden categories using restadmin call as mentioned by satya.
However, using the restadmin will bypass all the permission settings.