Activities of "yasin.hallak.89@gmail.com"

  • ABP Framework version: v5.0.0

  • UI type: MVC

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

    Hi support ....

We have a probelm with returnUrl ....

when redirect to login page with returnUrl .. after login is going to home page ....

can you solve my problem ..please

Okay thanks .. How I can set default language RTL On Startup Application ???

  • ABP Framework version: v5.0.0
  • UI type: MVC 5
  • DB provider: EF Core 5
  • Tiered (MVC) or Identity Server Separated (Angular): 5no
  • Steps to reproduce the issue:"
  • Hi support ..

jsTree libaray does not work well in RTL like figure below :

the question why does not work as a tree .

If you want buttons outside of the Datatable, you can directly add it to your .cshtml file as below:

<abp-card> 
    <abp-card-body> 
        <button class="btn btn-primary mb-3">My Button</button> 
        <abp-table striped-rows="true" id="MyTable" class="nowrap"></abp-table> 
    </abp-card-body> 
</abp-card> 

Also instead of this, you might want to use Page Toolbar Extensions.

I want to use the same buttons in Datatables Library so that I don't have to write any Implemenation for these buttons in the server-side .. it is Implemented by default with DataTables

you can just write this code in js :

$(document).ready(function() { $('#example').DataTable( { dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ] } ); } );

Hi, you can use the rowAction and define a single item as below:

{ 
    //... 
    title: l('MyButton'), 
    target: 0, 
    rowAction: { 
        items: 
            [ 
                { 
                    text: l('MyButtonText'), 
                    visible: abp.auth.isGranted('MyPermissionGroup.Default'), //add permission 
                    action: function (data) { 
                        //your logic (when clicked the button) 
                    } 
                } 
            ] 
        } 
    } 
} 

This will be rendered as a button.

Hi EngincanV . but I want to use this button Like this screenshot below:

  • ABP Framework version: v5.2.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Steps to reproduce the issue:"

Hi Support

I want to add buttons (pdf, excel ,ect ... ) to Datatable in index.js.

please any idea for this

thank u ,but we have problem when add the User Entity as a Navigation Property of Another Entity . We tried the this blog post. https://community.abp.io/articles/abp-suite-how-to-add-the-user-entity-as-a-navigation-property-of-another-entity-furp75ex .

But,Our problem continues. We could not solve it.

the following pictures is from my module : our entity :

DbContextModelCreatingExtension :

DbContext

method CreateUser

but did'nt add to AbpUsers table in sql server

hi support . We are still waiting for this problem . Please solve our problem in the shortest time

thank u ,but we have problem when add the User Entity as a Navigation Property of Another Entity . We tried the this blog post. https://community.abp.io/articles/abp-suite-how-to-add-the-user-entity-as-a-navigation-property-of-another-entity-furp75ex .

But,Our problem continues. We could not solve it.

the following pictures is from my module : our entity :

DbContextModelCreatingExtension :

DbContext

method CreateUser

but did'nt add to AbpUsers table in sql server

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: 5.0.0
  • UI type:MVC
  • DB provider: EF Core Note:My Plans : Bussnise

Hi bro

I want to access source code for pages in cms kit module for example this https://localhost:44334/Cms/Pages/Create but Idid'nt see .

the following pictures is from cms module :

hi I want to set link instead modal in datatable as following bellow :

can you give me solution please

Showing 91 to 100 of 110 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11