Base solution for your next web application

Activities of "palmtreefrb"

Still having same issue today. Spinner just keeps spinning and never generates a download.

Tried many times today to generate a project for v10.0.0-rc.1 everytime it just times out.

Any updates?

Asp.Net Core / Angular When I run Rad Tool using templates created using 8.1 project in a new 8.2.1 project the lookup components for NavigationProperties are not created. Did something change in the Rad Tool?

{ "IsRegenerate": true, "MenuPosition": "main", "RelativeNamespace": "Brewery", "EntityName": "Device", "EntityNamePlural": "Devices", "TableName": "AiotDevices", "PrimaryKeyType": "int", "BaseClass": "FullAuditedEntity", "EntityHistory": false, "AutoMigration": false, "UpdateDatabase": false, "CreateUserInterface": true, "CreateViewOnly": true, "CreateExcelExport": true, "PagePermission": { "Host": true, "Tenant": true }, "Properties": [ { "Name": "Mac", "Type": "string", "MaxLength": -1, "MinLength": -1, "Range": { "IsRangeSet": false, "MinimumValue": 0, "MaximumValue": 0 }, "Required": false, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true } } ], "NavigationProperties": [ { "Namespace": "Aiotco.Brewery", "ForeignEntityName": "DeviceType", "IdType": "int", "IsNullable": false, "PropertyName": "DeviceTypeId", "DisplayPropertyName": "DeviceTypeName", "DuplicationNumber": 0, "RelationType": "single" } ], "EnumDefinitions": [] }

Answer

Got it, thanks...

Answer

Can you publish here all projects/classes/methods etc that I would need to work on to implement disabling SignalR. I have removed the tenant chat, as you can see below it is still executing something every 10-15 seconds.

Question

Seems that siyeza's question 8300 "how to turn it off?" has not been answered.

I also would like instructions on how to "disable" all implementations of SignalR.

Seems that siyeza's question "how to turn it off?" has not been answered. I also would like instructions on how to "disable" all implementations of SignalR.

Why no license option for the single developer/consultants?

I want to allow Tenent "Users" to view the Custom Dashboard Widgets. When I enable Dashboard permission for the User I am encountering a client side error below. Now the strange thing is, if I enable all Administration permissions for the user no errors are generated.

ERROR TypeError: Cannot read property 'filters' of undefined
    at Object.eval [as updateDirectives] (CustomizableDashboardComponent.html:25)
    at Object.debugUpdateDirectives [as updateDirectives] (core.js:30042)
    at checkAndUpdateView (core.js:29438)
    at callViewAction (core.js:29679)
    at execComponentViewsAction (core.js:29621)
    at checkAndUpdateView (core.js:29444)
    at callViewAction (core.js:29679)
    at execComponentViewsAction (core.js:29621)
    at checkAndUpdateView (core.js:29444)
    at callViewAction (core.js:29679)
    ```
Showing 1 to 10 of 10 entries