Jasmin Savard
Jasmin Savard
It will become a good start to iterate on. Let's hope changing the build pipeline will work. I'm guessing that it may be difficult with JQuery Upload. But if that's...
Normally if you enable/disable the Localization module it should try to fetch and load the .PO file again. But you need to recompile the project in which this .PO file...
> Add a method in the po file localization manager service to flush the cached dictionaries
@sebastienros When you say that the .po files are not part of the assemblies I think it's maybe not accurate in all type of compilations. For example, if I'm publishing...
Question is, does it throw a server error or does it show a warning message about the deleted content type? There is no way that we can recover a deleted...
Basically a Pager can be moved to a PagerSlim but not the opposite. Because, the Pager need a total count of records to be rendered properly. So, this would require...
`LuceneQueryResult` always returns a Count. Though the `SQLQueryResult` doesn't because it would need to do a second query all the time. So, the Pager could be using a LuceneQueryResult too....
Right, exactly what I'm suggesting. But, here it's only for Lucene and when you use an admin Lucene Query. Here, if we want to make this work with a common...
Also I noticed that on the "Success" page the charge amount displayed is the Net Price. I think it should be the Gross Price. See example: I needed to add...
Gross Price is price with tax included as it seems. I don't like the term to be honest.