Thanks but what if i don't have Multitenancy ?
Sorry, it was a mistake from me, i had 2 bundles with the same name.
I close this msg
The output is correct, no error.
I think there is one or more missing files in the bundle/minifying process.
For example, i have created a bundle : **wwwroot/view-resources/Areas/Views/_Bundles/account-layout-libs.js ** This bundle is in my bundleConfig.json
But when i update bundles, or build the solution, it is not handled by the task.
Any idea ?
I'm using asp.net core & Jquery version.
I found myself a solution, i"ve created a ViewModel which contains a IPagedList<MyDto> property.
Thanks for your help
Thanks @mumfie, how do you deal with Automapper & ViewModel ?
I have my AppService which returns IPagedList<MyDto>
And then i follow the X.PagedList sample and put this list in viewBag (instead of ViewModel it's bad i think) but i never cast it to a Model.
Thanks for your help
Ok thanks,
To be clear, i'm trying to build a page list just like this example :
https://www.jplist.org/examples/food
I don't want to use Datatables plugin because i need to diplay cards instead of table rows.
Do you have some recommandation for obtaining a page like this example ?
Should i use a plugin (i think i need an ajax working plugin) or should i develop it mySelf ?
Thanks
Still not working.
Cannot set property 'documentsTypeCodes' of undefined
I found a workaround by using html attribute with this enum on my component ...
It's not possible
My code is :
<script type="text/javascript">
abp.enums.documentsTypeCodes = {
cvTypeCode: @((int)BlobConsts.Documents.Cv.TypeCode),
pieceIdTypeCode: @((int)BlobConsts.Documents.PieceIdentite.TypeCode),
diplomeTypeCode: @((int)BlobConsts.Documents.Diplome.TypeCode),
autresDocsTypeCode: @((int)BlobConsts.Documents.AutresDocuments.TypeCode),
};
</script>
Error is
Uncaught TypeError: Cannot set property 'documentsTypeCodes' of undefined
Hi aldercove,
I'm the CTO of A2JOB a french startup developing a Job Board / Selective Recruitment Platform using ANZ.
You can contact me : [email protected]