logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
Ramneet Chhina  
#1 Posted : Friday, April 8, 2011 10:23:32 AM(UTC)
Rank: Newbie
Ramneet Chhina
Groups: Registered

Posts: 3
Location: Mc Lean, VA

On the form for creating a new project, under the 'Project Allocation' section, there are two checkboxes that are checked by default. These add all the members to the project and also send an email notification to them. Someone can easily forget to uncheck these. These should be unchecked by default.

skdutta  
#2 Posted : Friday, April 8, 2011 11:35:12 AM(UTC)
Rank: Administration
skdutta
Groups: Registered, Developer, Administrators

Posts: 254
Location: Atlanta, GA

Ramneet Chhina wrote:


On the form for creating a new project, under the 'Project Allocation' section, there are two checkboxes that are checked by default. These add all the members to the project and also send an email notification to them. Someone can easily forget to uncheck these. These should be unchecked by default.



This needs to be dealt as an enhancement to OfficeClip. In the mean time let me show how to change this by writing code!

Go to the OfficeClip source code and open the file ~/projects/newproject.aspx and go to the bottom of the file. You will see the code:

           <tr>
                <td colspan="2">
                    <asp:CheckBox runat="server" Checked="true"
                    Text=" Allocate project to all members">
                    </asp:CheckBox>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <asp:CheckBox runat="server" Checked="true"
                    Text=" Send email notification to all members" />
                </td>
            </tr>

Change the value of both Checked key to false and use customization to replace this file.

Edited by user Friday, April 8, 2011 11:48:59 AM(UTC)  | Reason: Not specified

SK Dutta,

Architect OfficeClip LLC,

Web-based Business Software,

Ph: +1-770-448-7375,

Web: https://www.officeclip.com

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.