I tested a calendar view in development server, it is working fine and i'm able to see the entries in calendar as i wanted but after moving to Production server I'm getting empty calendar view with no entries .
Can anyone one suggest what could be the reason?
If you're using the Calendar View control, compare and contrast the REST service, the underlying View design element, ?ReadViewEntries for the calendar view. I'm assuming the calendar view is in the same database as the XPage, so best to confirm if that's not the case.
Related
So I have created a database for my church website that the admin can upload our current sermons easily and it update the website automatically based on what the date is.
Use Case:
Admin Uploads Sermon 3 months before it starts --> No Change on the website --> 3 Months pass and it’s the first Sunday that sermon is airing —> Website updates to show the sermon.
openarms.site down at the bottom is where I want it to be viewable, showing the previous 10ish sermons with the most current one being at the left.
I’ve successfully made the code to upload the sermons to the database but I am not sure where to start on the website updating it’s self. Does anyone have any ideas?
Depends on which language you're writing your website in. The basic idea is you need to have different views in your database and your website only serves the most current view and in the database the views are updated at regular intervals based on whatever update logic you have.
I started with the Drupal calendar module but there were problems with it so I switched to the Full Calendar module.
However, although the view appears correct when defining the view when I view the month view page, there are two pagers at the top - one looks like the Calendar pager and the other is the Full Calendar version. I can't get rid of the Calendar pager.
I've uninstalled Calendar and removed the module completely. I've also cleared caches,
Does anyone have a suggestion about how to remove the unwanted pager?
I was not using the most current version of the fullcalendar jquery plugin. Now it works properly and has only one set of pagers
I have one ASP.Net MVC data base first application. Due to some enhancement work came in I have to do modification to my DB tables and Add couple of new table as well.
I saw few tutorial and you tube videos. I found, they are deleting the existing model and controller -> changing the DB schema [adding SP etc...] -> then again adding new model and controller etc. However, I think, this is not the correct approach as my application is bit big[already on production], I can not delete everything and adding again back.
How can I do it? Is that MVC does not provide something so that I can update it from Visual Studio or refresh it so that my changes will affect? Any link would help. Hope my explanation is understood-able.
Along with I also wanted to know, is there any thing else I need to take care for these kind of enhancement?
Any disadvantage of using ASP.NET MVC?
Thanks.
Double click on .edmx file(added in models folder) to open it.Then right click on it and select update model from database and then press ctrl+s to save it.
I am currently working out an admin interface with a Live Preview and I am still not 100% on how to structure it properly.
My page basically consists out of two parts. The Admin Interface and the Live Preview. Obviously, the Admin Interface fills some variables with data and the Live Preview displays this.
Therefore, the Admin Interface needs to bind variables, that the Live Preview will bind for reading.
Furthermore, the Live Preview in the end (if possible) should be re-used as the final product that displays a set of information. All it does is display a single JSON file that is received from the server (when in product mode) and in case of the Live Preview it will need to update the data Live as its edited.
One more note: Both, the Live Preview and the Admin Interface consist of elements like directives again and parts of the Admin Interface need to be loaded dynamically by having a user add a page with a certain type of content.
After researching how modules are handled I came up with the following:
Live Preview is a Module
Admin Interface is a Module
My page includes both modules
Both of them should be connected to something central that provides the ability of editing the data (bound variables?) and reading the data so its updated live.
Ideally, this would be a service, so later on when loading the "Live Preview" as an actual product, can just use the same kind of service which in this case provides the information from our Database instead of a variable in its scope.
Is this a good approach? Is there a way to have a service that on the one hand side can be edited lively like in a two way binding so that my live preview can also pick it up? Is there something I can use instead of the services, like a controller? How should I go on about this?
You are doing everything right. I don't think that it is relevant as to whether the preview and admin panel are their own modules or contained within one. You will find people using module seperation in a wide variety of ways within their Angular apps.
What I think you said that is important and correct is to connect the preview and admin panel via a Service. Other methods of connecting these two (i.e. $rootScope) are costly and bad practice.
If you will be re-using live preview in many locations of your application I would wrap it in a directive.
You should feel confident in your approach, it's a good one.
I'm interested in using Redmine for a scheduling/rental system and I'm running into a particular issue with the calendar that's slightly annoying.
On the calendar, I'd like the ability to choose the fields that appear in the default view but I'm not sure how to go about doing that. I'd ideally like to have the Subject be the main link instead of the tracker and issue id.
Any way to modify which fields Redmine displays on the calendar?
Easyredmine has a customizable calendar plugin which can show calendar events by the name you have choosen. I'm not sure if it has options to show already created issues with your preferable field as title.
http://www.easyredmine.com/online-store/easy-redmine-plugins/meeting-manager