GithubHelp home page GithubHelp logo

signumsoftware / extensions Goto Github PK

View Code? Open in Web Editor NEW
30.0 20.0 30.0 30.31 MB

Set of modules that complements Signum Framework: Authorization, Charting, ControlPanels, Mailing, Processes, Scheduled Tasks, Disconnected, User Queries...

License: MIT License

C# 58.35% TypeScript 41.08% CSS 0.57%
c-sharp typescript charting signum-framework

extensions's People

Contributors

2moveit avatar adrianfarinapiera avatar alejandrocano avatar antonioh avatar avifatal avatar caltane avatar carlosroisenvit avatar fbustamanteb avatar franknussbaum786 avatar ghockx1p avatar imaksoud avatar jafarmirzaie avatar jesusfrancesgarcia avatar kobebechtle avatar konstantinlukaschenko avatar mapachel avatar mehdy-karimpour avatar mehdykarimpour avatar mindriven avatar olmobrutall avatar rezanos avatar rezanosratabad avatar robin-kirch avatar signumsoftware avatar solaimanjdn avatar sschoensee avatar stammr avatar thomasm1978 avatar tkura83 avatar ze-german avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

extensions's Issues

ScheduledTasks scheduling

We have discovered a strange behaviour exhibited by the task scheduling system.

image

this chart is showing scheduled start-time (the x-Axis) vs actual start-time on the y-Axis.
As you can see there are two sets of tasks, one supposed to start at 1AM one at 2AM.

both mostly start during their scheduled hours, but there are lots of cases, where a task has started much later during the day.

EmailTemplateEntity.Messages -> MList notification of parent Issue (Entity.GetParentEntity())

Hi, another problem with a Migration of my project, in this case is the work of the extensions parsing the MList notification, in my scenario:

tempBlah = new EmailTemplateEntity
                {
                    Active = true,
                    Name = "Liquidaciones Blah",
                    From = new EmailTemplateContactEntity
                    {
                        DisplayName = "Blah Hispania",
                        EmailAddress = "[email protected]"
                    },
                    StartDate = DateTime.Now.TrimToMinutes(),
                    IsBodyHtml = true,
                    SystemEmail = SystemEmailLogic.ToSystemEmailEntity(typeof(LiquidacionesColaboradoresMail)),
                    Query = QueryLogic.GetQueryEntity(typeof(SettlementEntity)),
                    Messages =
                    {
                        new EmailTemplateMessageEntity(CultureInfoLogic.GetCultureInfoEntity("es"))
                        {
                            //Template = tempAMV,
                            Subject = "Informe Blah @[Entity.CreationDate.Date]",
                            Text = @"<p>Estimado @[Supplier.FiscalEntity.FiscalName],<p><br/> Blah Blah"
                        }
                    }
                }.Save();
            }

the Messages validation at Save() causes 2 referece null exceptions in Subject & Text, this errors is caused in EmailTemplateLogic.EmailTemplateMessageText_StaticPropertyValidation at message.GetParentEntity() because the MList<> is not transfered the parent entity...
A bad test fix with i made to test the problem is this modification of EmailTemplateEntity.Messages this this code (old framework system usage)

		[NotNullable]
		MList<EmailTemplateMessageEntity> messages;
		[NotifyCollectionChaMessages nged, NotifyChildProperty]
        public MList<EmailTemplateMessageEntity> Messages
        {
            get
            {
                if (messages == null) Messages = new MList<EmailTemplateMessageEntity>();
                return messages;
            }
            set { Set(ref messages, value); }
        }

in bad practice now corrects the notification, but seems a potencial bug in the framework parsing the .SetParentEntity() in the MList...

any effective solution? thanks

error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.