Open Closed

Your feature request 💡 #3052


User avatar
4
alper created
Support Team Director

You can post your feature request under this topic. If other members like the feature, they can upvote☝️ the post. Upvotes will be considered when choosing from feature requests.

Rules of posting to this thread:

  • Your post should only contain feature requests. Posts with bug reporting or asking questions will be removed.
  • Your feature request must be a generic feature that will be used by most of the ABP developers.
  • Your feature request must clearly explain the problem the feature solves.
  • If you have multiple feature requests, do not write them in separate posts. Merge all the requests in a single post.

141 Answer(s)
  • User Avatar
    0
    AndrewT created

    When using Twilio and SmsMessage, add the ability to override the "From Number" in the SmsMessage.

    We are going to associate a number with each user and have the SMS messages be in "personal" threads.

    There may be some regulatory issues depending on country, and also you will need twilio approval as you are effectively spoofing someone elses mobile number.

  • User Avatar
    0
    AndrewT created

    I recommend closing this topic and highlighting what is in the Roadmap and what is not so that we can vote on which feature we consider priority.

    Now there are many proposals, but we don't know what you are working on.

    Thanks

    I agree should be raised as seperate issues in github and assigned to milestones.

  • User Avatar
    0
    roberto.fiocchi created

    We ask that you follow the Microsoft version lifecycle guides https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#lifecycle

    We have software in production created with Abp Commercial and our customers request to use only packages covered by Long Time Support.

    If we are forced to migrate to .Net 9 or any STS version we will be forced to look for other frameworks.

    Thanks

  • User Avatar
    0
    Sturla created

    There is no way to size the images used in blog posts. I would like a way to make each image eg. small, medium, large (like confluence does it)

  • User Avatar
    0
    Sturla created

    I want to be able to turn off cmsKit features for all blogs (e.g comments) for all tenants but now I can only turn everything on or add all features and skip the ones I don´t want (what happens when there is a new feature and I miss it!)

    Can we have something like this?

    GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
    {
        cmsKit.EnableAllExcept(x =>  {
            x.Comment.Disable();
            });
    });
    
  • User Avatar
    0
    improwise created

    I recommend closing this topic and highlighting what is in the Roadmap and what is not so that we can vote on which feature we consider priority.

    Now there are many proposals, but we don't know what you are working on.

    Thanks

    I agree should be raised as seperate issues in github and assigned to milestones.

    Isn't Github for non commercial ABP though? If so, things that apply to all of ABP probably should go there but stuff involving ABP Suite, ABP Studio, commercial modules etc should go in here? This should however still be clarified in the OP, especially as I just noticed there is a similar thread here for ABP Suite as well so it is a bit confusing.

  • User Avatar
    0
    DominaTang created

    Add User full name to class VerifySecurityCodeModel

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Add User full name to class VerifySecurityCodeModel

    You can override the VerifySecurityCodeModel page to add more properties of the users.

    https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c

  • User Avatar
    0
    roberto.fiocchi created

    Isn't Github for non commercial ABP though? If so, things that apply to all of ABP probably should go there but stuff involving ABP Suite, ABP Studio, commercial modules etc should go in here? This should however still be clarified in the OP, especially as I just noticed there is a similar thread here for ABP Suite as well so it is a bit confusin

    There is also a Github with private repository for ABP Commercial. When we write here, sometimes, an Issue is opened in private Github, but we have no vision of work or planning. We never understand what the ABP team is working and if all our requests have been taken into consideration and, if yes, when they are implemented.

    In Aspnetzero, buying the license, you are included in the private Github because you have the right to see the source code of the whole application.

    In ABP Commercial, it would be nice if ABP Team could invite us as stakeholder (See Devops -Supported access levels) or users limited to seeing the Issue. (See GitHub - Creating an issues-only repository)

  • User Avatar
    0
    DominaTang created

    hi

    Add User full name to class VerifySecurityCodeModel

    You can override the VerifySecurityCodeModel page to add more properties of the users.

    https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c

    When editing Text Template via Admin page, there is a TextTemplate called "Abp.Account.EmailSecurityCode", this is the page to modify email content.

    I read the source of AccountAppService and override the method Send Security code. (Render email content from template part)

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    When editing Text Template via Admin page, there is a TextTemplate called "Abp.Account.EmailSecurityCode", this is the page to modify email content.

    I read the source of AccountAppService and override the method Send Security code. (Render email content from template part)

    Correct. 👍

  • User Avatar
    0
    Buckoge created

    HTML editor for Text Templates to enable end-users to easily edit text templates without requiring HTML knowledge. Example: HTML Editor Example

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi Buckoge

    We may need to use some variables or expressions in the template. I think it is best to have someone who knows a little bit about programming maintain the template.

  • User Avatar
    0
    Buckoge created

    Hi Maliming,

    Thank you for your response.

    I understand the need for variables and expressions in the templates, which is a key reason for using text templates—to create dynamic documents (contracts, annex, invoices, etc.) that automatically pull data from the application. Additionally, they allow end-users to customize documents according to their needs.

    We are aware that parts within {{ }} come from the application and should not be modified. For example:

     <p>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec laoreet,
        dolor vel condimentum lobortis, lectus justo vehicula libero, ac suscipit quam lorem nec lacus.
        {{model.organization_name}}, lorem ipsum:
     </p>
    

    However, our current text template becomes difficult to modify for documents that are several pages long—often 5, 6, or even more pages. I understand that implementing an HTML editor for text templates may not be a simple task, but it would significantly enhance working with these documents and provide additional flexibility for end-users.

    We would appreciate it if you could consider this suggestion and explore the possibility of implementing such an improvement.

    Thanks

  • User Avatar
    0
    fjinc created

    Hi We've recently upgraded our ABP version to v8.2 and we're excited to try the new Session management - particularly being able to enforce all user's of the application to have only one user on one device at any time.

    Our application is a tenanted one, I wonder if it would be possible to add to the Session setting page the ability to enforce the same session management across all tenants and their users from the Host tenant?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi fjinc

    across all tenants and their users from the Host tenant?

    By default, users will not be across tenants. Can you explain it in detail?

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13