Base solution for your next web application

Activities of "Bernard"

Hi Ismail

Thks 👍

Answer

Thks Ismail !

Answer

Hi Thanks 🙏

Answer

Hi Ismail Thank you so much 😊

Hi Ismail,

The solution here https://support.aspnetzero.com/QA/Questions/10352/Elsa-2-Integration-with-AspNetZero-103 works fine

  1. Run yarn add @elsa-workflows/elsa-workflows-studio into solution root
  2. Run yarn add @elsa-workflows/elsa-workflow-designer into solution root
  3. Run yarn add monaco-editor into solution root
  4. Go to node_modules created folder for yarn and copy 3 distribution folders
  5. Then create a Elsa folder into wwwroot and paste 3 copied foldres from node_modules
  6. Modify _Host: href="/Elsa/elsa-workflows-studio/assets/images/favicon-32x32.png" href="/Elsa/elsa-workflows-studio/assets/images/favicon-16x16.png" href="/Elsa/elsa-workflows-studio/assets/fonts/inter/inter.css" href="/Elsa/elsa-workflows-studio/elsa-workflows-studio.css" src="/Elsa/monaco-editor/min/vs/loader.js" src="/Elsa/elsa-workflows-studio/elsa-workflows-studio.esm.js" monaco-lib-path="Elsa/monaco-editor/min"

Another solution is to add the cdn live link

I think you should update your documentation to follow this process.

Sorry , this line was missing

     _optionsAccessor = optionsAccessor;
     

Hi,

Elsa page loads but i have an CSS and JS issue

Console error

Answer

I found the solution Don't tick the case below

Hi Thks for answer 🙂

Hi,

I found the solution , it seems that we must declare dataTable at the top of the file and call the dataTable after like :

MasterDetailChild.js

var _$ligneConventionsTable = $('#MasterDetailChild_Convention_LigneConventionsTable'); var _$ConventionsTable = $('#ConventionsTable');

and

` function getLigneConventions() { dataTable.ajax.reload();

_$ConventionsTable.DataTable().ajax.reload(); } ` I don't understand why ? Hope this will help others

Bernard

Showing 61 to 70 of 92 entries