Base solution for your next web application

Activities of "mudaser"

is it possible when we receive notification from any user currently it show in header under bell sign. can we notification in Pop up when user receive notification message.

Thanks.

Hello Everyone

I am trying to login to tenant using subdomain like tenant.domain.com/account/login but I am getting error "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." My configuration includes addition of {TENANCY_NAME} in appBaseUrl in appconfig.json like http://{TENANCY_NAME}.localhost:4200

I have also added the same to appremoteurl but it returns an error during loading of tenant login page. So can anyone guide me how to solve this Or even if I can restrict somehow to login by a certain tenant by default instead of host user.

Salam,

I am getting very wired error after deployment on azure web app.

The app is working fine after deployment but after 2 or 3 hours it is throwing following error.

No component for supporting the service Contrilabs.BLISFIX.EntityFramework.BLISFIXDbContext was found

After redeployment, it works fine but same thing happen again after 2 or 3 hours.

Salam,

Bootstrap Timepicker is not working in Modal.

My Modal html is

<div> <form name="exampleForm" role="form" novalidate class="form-validation "> <div class="modal-header"> <h4 class="modal-title"> New Appointment </h4> </div> <div class="modal-body">

        &lt;div class=&quot;form-group&quot;&gt;
            &lt;label class=&quot;control-label col-md-4&quot;&gt;Without Seconds&lt;/label&gt;
            &lt;div class=&quot;col-md-5&quot;&gt;
                &lt;div class=&quot;input-group&quot;&gt;
                    &lt;input type=&quot;text&quot; class=&quot;form-control timepicker timepicker-no-seconds&quot;&gt;
                    &lt;span class=&quot;input-group-btn&quot;&gt;
                        &lt;button class=&quot;btn default&quot; type=&quot;button&quot;&gt;
                            &lt;i class=&quot;fa fa-clock-o&quot;&gt;&lt;/i&gt;
                        &lt;/button&gt;
                    &lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        

    &lt;/div&gt;
    &lt;div class=&quot;modal-footer&quot;&gt;
        &lt;button ng-disabled=&quot;vm.saving&quot; type=&quot;button&quot; class=&quot;btn btn-default&quot; ng-click=&quot;vm.cancel()&quot;&gt;@L("Cancel")&lt;/button&gt;
        &lt;button type=&quot;submit&quot; button-busy=&quot;vm.saving&quot; busy-text=&quot;@L(&quot;SavingWithThreeDot&quot;)&quot; class=&quot;btn btn-primary blue&quot; ng-click=&quot;vm.save()&quot; ng-disabled=&quot;exampleForm.$invalid&quot;&gt;&lt;i class=&quot;fa fa-save&quot;&gt;&lt;/i&gt; &lt;span&gt;@L("Save")&lt;/span&gt;&lt;/button&gt;
    &lt;/div&gt;
&lt;/form&gt;

</div>

============================ Here is js for that

if (jQuery().timepicker) {

            $('.timepicker-no-seconds').timepicker({
                template: 'modal'
            });
             $('.timepicker').parent('.input-group').on('click', '.input-group-btn', function(e){
            e.preventDefault();
            $(this).parent('.input-group').find('.timepicker').timepicker('showWidget');
        });

Hi,

Can I user User, Roles and Tenant functionality in MPA in module zero? I don't want to use AngularJS

Showing 1 to 5 of 5 entries