OfficeClip Forums
»
General Discussion
»
Developer Resources
»
Custom Coding
»
Prevent a new project from being allocated to all members by default
Rank: Newbie 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.
|
|
|
|
Rank: Administration 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 |
|
|
|
|
OfficeClip Forums
»
General Discussion
»
Developer Resources
»
Custom Coding
»
Prevent a new project from being allocated to all members by default
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.
Important Information:
The OfficeClip Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close