|
From: SourceForge.net <no...@so...> - 2007-10-17 06:25:48
|
Bugs : Cubson item #1814872, was opened at 2007-10-17 15:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=996868&aid=1814872&group_id=184930 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: cubson 1.0.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tom Hayakawa (tom_g3x) Assigned to: Nobody/Anonymous (nobody) Summary: <sf.jp> undefined constant on AbstractAction Initial Comment: 登録日:2007-06-01 18:20 登録者:mumin (mumincacao) サマリ: undefined constant on AbstractAction /cubson/Generator/Project/AbstractActionGenerator.cs の AbstractActionGenerator::CreateActionClass() にある getDefaultView.AppendCode("return {Dirname} _FRAME_VIEW_NONE;"); と execute.AppendCode("return {Dirname} _FRAME_VIEW_NONE;"); で {DIRNAME} じゃなく {Dirname} になってるので /class/AbstractAction.class.php に生成されるこーどの AbstractAction::getDefaultView() AbstractAction::execute() にある return Dirname_FRAME_VIEW_NONE; ってとこの戻り値に使う定数に小文字が混じっちゃうみたい です Abstract で上書き前提だから動作には影響ないけど・・・ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=996868&aid=1814872&group_id=184930 |