lynnfaraday / MUSH

MUSH Softcode and Utilities
8 stars 1 forks source link

Jobs list repair #43

Closed Impykins closed 11 years ago

Impykins commented 11 years ago

A couple of years ago, ke4peo reported, on install, +jobs displaying a blank list. I'm running into the same issue on a fresh install on Penn1.8.5p4. I see his comment about adding default fields to the jobs database 'like the example in the wiki', but I'm not finding the example he's looking for, as I'd rather repair it than have to go through the install all over again and potentially run into the same problem. What, precisely, needs to be edited?

Impykins commented 11 years ago

So apparently three lines out of the entire jobs module failed to take when quoted, even though everything before and after did just fine. From the module, these specific lines apparently never executed:

&STATUS_VALS Jobs Data=NEW DEFER PEND WORK 25 50 75

@set Jobs Data/STATUS_VALS=VISUAL

&FIELDS Jobs Data=Number:#:5 Category:Cat:5 Title:Title:20 Submitter:Submitter:10 Handler:Handler:10 DueDate:Due:10 Status:Status:10

I went back and requited just these three lines, and don't seem to be having a problem now.