BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  Installation pr...  Can't add issues?
Previous Previous
 
Next Next
New Post 4/20/2006 5:29 AM
User is offline KleMiX
5 posts
No Ranking


Re: Can't add issues? 
Modified By KleMiX  on 4/20/2006 4:31:09 AM)
 admin wrote

Here are the steps that I followed:
  1. Goto the project administration and click the Role / Permissions tab.
  2. Click add role and enter the name of the role.  I used "Reporter".
  3. Check the "Add Issue" permission. I have also added the add comments, attachments and related issues, edit own comments and subscribe to issues.
  4. Click the save button.
  5. Click the Project Members tab and add the user to the to the project using the right arrow button after selecting the user.
  6. Select the user from the drop down box. And select the "Reporter" role or the name you chose and click the right arrow button to assign the user to the role.
  7. Log out and try logging in as the user and you should see the report issue beside the list of projects.  Or visit the project summary for the project and report issue should show up.

I hope this helps.

Doesn't help. I'm doing the same thing and the link doesn't appears :(

No one can see that link even Administrator...

Edit: On your support site I can see that link...

 
New Post 4/23/2006 8:33 AM
User is offline KleMiX
5 posts
No Ranking


Re: Can't add issues? 
Modified By KleMiX  on 4/23/2006 7:34:50 AM)

OK, I've fixed that thing...

In UserIT.cs I've deleted if(Security.GetUserID() != -1) line and now all works fine

 
New Post 4/23/2006 9:13 AM
User is offline admin
645 posts
bugnetproject.com
1st Level Poster




Re: Can't add issues? 
 KleMiX wrote

OK, I've fixed that thing...

In UserIT.cs I've deleted if(Security.GetUserID() != -1) line and now all works fine



Something else is wrong as well I believe. In most circumstances that check should pass because a users id will be greater than zero after they log in.   If the user Id is -1 then the user is not being logged in properly.

Davin Dubeau
BugNET - Core Developer

 
New Post 4/24/2006 3:31 AM
User is offline KleMiX
5 posts
No Ranking


Re: Can't add issues? 

Maybe...

But in Security.cs I've found that #ifdef AutomatedDebug then GetUserID always returns 1. I was always compiling with AutomatedDebug and I suppose GetUserID returned -1  (wtf?).

 
New Post 4/24/2006 6:08 AM
User is offline admin
645 posts
bugnetproject.com
1st Level Poster




Re: Can't add issues? 
By default when the nant install is run the source is compiled in Release mode and the output of the build folder is also in distributed in release mode.  The automated debug compiler flag is for unit testing.

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Can't add issues?

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.